Uses of Class
org.teiid.core.types.BaseLob
-
Packages that use BaseLob Package Description org.teiid.core.types -
-
Uses of BaseLob in org.teiid.core.types
Subclasses of BaseLob in org.teiid.core.types Modifier and Type Class Description class
BlobImpl
This object holds a chunk of binary data and implements the JDBC Blob interface.class
ClobImpl
This object holds a chunk of char data and implements the JDBC Clob interface.class
SQLXMLImpl
Default SQLXML impl NOTE that this representation of XML does not become unreadable after read operations.
-