Uses of Class
org.h2.jdbc.JdbcLob
-
Packages that use JdbcLob Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql). -
-
Uses of JdbcLob in org.h2.jdbc
Subclasses of JdbcLob in org.h2.jdbc Modifier and Type Class Description class
JdbcBlob
Represents a BLOB value.class
JdbcClob
Represents a CLOB value.class
JdbcSQLXML
Represents a SQLXML value.
-