- 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:
getWrapped
in interfaceWrapper
-
close
Releases resources associated with this wrapper.- Specified by:
close
in interfaceAutoCloseable
- Throws:
SQLException
-
getSQLTypeName
- Specified by:
getSQLTypeName
in interfaceSQLData
- Throws:
SQLException
-
readSQL
- Specified by:
readSQL
in interfaceSQLData
- Throws:
SQLException
-
writeSQL
- Specified by:
writeSQL
in interfaceSQLData
- Throws:
SQLException
-