Uses of Enum
org.h2.jdbc.JdbcLob.State
Packages that use JdbcLob.State
-
Uses of JdbcLob.State in org.h2.jdbc
Fields in org.h2.jdbc declared as JdbcLob.StateMethods in org.h2.jdbc that return JdbcLob.StateModifier and TypeMethodDescriptionstatic JdbcLob.State
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.StateModifierConstructorDescriptionJdbcBlob
(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNALJdbcClob
(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNAL(package private)
JdbcLob
(JdbcConnection conn, Value value, JdbcLob.State state, int type, int id) JdbcSQLXML
(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNAL