- All Superinterfaces:
AutoCloseable,SQLData,Wrapper,Wrapper
- All Known Implementing Classes:
SQLDataWrapperImpl
Wraps a
SQLData.- Author:
- AO Industries, Inc.
-
Method Summary
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getWrapped
SQLData getWrapped()Gets the SQL data that is wrapped.- Specified by:
getWrappedin interfaceWrapper
-
close
Releases resources associated with this wrapper.- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-
getSQLTypeName
- Specified by:
getSQLTypeNamein interfaceSQLData- Throws:
SQLException
-
readSQL
- Specified by:
readSQLin interfaceSQLData- Throws:
SQLException
-
writeSQL
- Specified by:
writeSQLin interfaceSQLData- Throws:
SQLException
-
