Uses of Class
org.h2.jdbc.JdbcConnection
Packages that use JdbcConnection
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the JDBC API (package java.sql).
Implementation of row and internal result sets.
Internal utility classes.
Data type and value implementations.
-
Uses of JdbcConnection in org.h2.engine
Methods in org.h2.engine that return JdbcConnectionModifier and TypeMethodDescriptionSessionLocal.createConnection(boolean columnList) Create an internal connection. -
Uses of JdbcConnection in org.h2.jdbc
Fields in org.h2.jdbc declared as JdbcConnectionConstructors in org.h2.jdbc with parameters of type JdbcConnectionModifierConstructorDescriptionJdbcArray(JdbcConnection conn, Value value, int id) INTERNALJdbcBlob(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNALJdbcClob(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNALJdbcConnection(JdbcConnection clone) INTERNALJdbcResultSet(JdbcConnection conn, JdbcStatement stat, CommandInterface command, ResultInterface result, int id, boolean scrollable, boolean updatable, boolean triggerUpdatable) JdbcSQLXML(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNAL -
Uses of JdbcConnection in org.h2.result
Constructors in org.h2.result with parameters of type JdbcConnectionModifierConstructorDescriptionUpdatableRow(JdbcConnection conn, ResultInterface result) Construct a new object that is linked to the result set. -
Uses of JdbcConnection in org.h2.util
Methods in org.h2.util with parameters of type JdbcConnectionModifier and TypeMethodDescriptionstatic voidJdbcUtils.set(PreparedStatement prep, int parameterIndex, Value value, JdbcConnection conn) Set a value as a parameter in a prepared statement. -
Uses of JdbcConnection in org.h2.value
Methods in org.h2.value with parameters of type JdbcConnectionModifier and TypeMethodDescriptionstatic ObjectValueToObjectConverter.valueToDefaultArray(Value value, JdbcConnection conn, boolean forJdbc) Converts the specified array value to array of default Java objects for its type.static ObjectValueToObjectConverter.valueToDefaultObject(Value value, JdbcConnection conn, boolean forJdbc) Converts the specified value to the default Java object for its type.static <T> TValueToObjectConverter.valueToObject(Class<T> type, Value value, JdbcConnection conn) Converts the specified value to an object of the specified type.