Uses of Class
org.h2.jdbc.JdbcLob.State
-
Packages that use JdbcLob.State Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql). -
-
Uses of JdbcLob.State in org.h2.jdbc
Fields in org.h2.jdbc declared as JdbcLob.State Modifier and Type Field Description (package private) JdbcLob.State
JdbcLob. state
State.Methods in org.h2.jdbc that return JdbcLob.State Modifier and Type Method Description static JdbcLob.State
JdbcLob.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JdbcLob.State[]
JdbcLob.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.jdbc with parameters of type JdbcLob.State Constructor Description JdbcBlob(JdbcConnection conn, Value value, JdbcLob.State state, int id)
INTERNALJdbcClob(JdbcConnection conn, Value value, JdbcLob.State state, int id)
INTERNALJdbcLob(JdbcConnection conn, Value value, JdbcLob.State state, int type, int id)
JdbcSQLXML(JdbcConnection conn, Value value, JdbcLob.State state, int id)
INTERNAL
-