Uses of Enum
org.h2.jdbc.JdbcLob.State
Packages that use JdbcLob.State
-
Uses of JdbcLob.State in org.h2.jdbc
Methods in org.h2.jdbc that return JdbcLob.StateModifier and TypeMethodDescriptionstatic JdbcLob.StateReturns 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) INTERNALJdbcSQLXML(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNAL