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.
Aggregate functions.
Implementation of the JDBC API (package java.sql).
Implementation of the extended JDBC API (package javax.sql).
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
A small FTP server.
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.expression.aggregate
Fields in org.h2.expression.aggregate declared as JdbcConnection -
Uses of JdbcConnection in org.h2.jdbc
Fields in org.h2.jdbc declared as JdbcConnectionModifier and TypeFieldDescriptionprivate final JdbcConnection
JdbcArray.conn
private final JdbcConnection
JdbcDatabaseMetaData.conn
(package private) final JdbcConnection
JdbcLob.conn
JDBC connection.private JdbcConnection
JdbcResultSet.conn
private JdbcConnection
JdbcSavepoint.conn
protected JdbcConnection
JdbcStatement.conn
Constructors 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) INTERNAL(package private)
JdbcCallableStatement
(JdbcConnection conn, String sql, int id, int resultSetType, int resultSetConcurrency) JdbcClob
(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNALJdbcConnection
(JdbcConnection clone) INTERNAL(package private)
JdbcDatabaseMetaData
(JdbcConnection conn, Trace trace, int id) (package private)
JdbcLob
(JdbcConnection conn, Value value, JdbcLob.State state, int type, int id) (package private)
JdbcPreparedStatement
(JdbcConnection conn, String sql, int id, int resultSetType, int resultSetConcurrency, Object generatedKeysRequest) (package private)
JdbcResultSet
(JdbcConnection conn, JdbcPreparedStatement preparedStatement, CommandInterface command, ResultInterface result, int id, boolean scrollable, boolean updatable, HashMap<String, Integer> columnLabelMap) JdbcResultSet
(JdbcConnection conn, JdbcStatement stat, CommandInterface command, ResultInterface result, int id, boolean scrollable, boolean updatable, boolean triggerUpdatable) (package private)
JdbcSavepoint
(JdbcConnection conn, int savepointId, String name, Trace trace, int id) JdbcSQLXML
(JdbcConnection conn, Value value, JdbcLob.State state, int id) INTERNAL(package private)
JdbcStatement
(JdbcConnection conn, int id, int resultSetType, int resultSetConcurrency) -
Uses of JdbcConnection in org.h2.jdbcx
Subclasses of JdbcConnection in org.h2.jdbcxModifier and TypeClassDescription(package private) final class
A pooled connection.Fields in org.h2.jdbcx declared as JdbcConnectionConstructors in org.h2.jdbcx with parameters of type JdbcConnectionModifierConstructorDescription(package private)
JdbcXAConnection
(JdbcDataSourceFactory factory, int id, JdbcConnection physicalConn) -
Uses of JdbcConnection in org.h2.result
Fields in org.h2.result declared as JdbcConnectionConstructors 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.schema
Methods in org.h2.schema with parameters of type JdbcConnectionModifier and TypeMethodDescriptionprivate static Object[]
TriggerObject.convertToObjectList
(Row row, JdbcConnection conn) private static JdbcResultSet
TriggerObject.createResultSet
(JdbcConnection conn, Table table, Row row, boolean updatable) -
Uses of JdbcConnection in org.h2.server
Fields in org.h2.server declared as JdbcConnection -
Uses of JdbcConnection in org.h2.util
Methods in org.h2.util with parameters of type JdbcConnectionModifier and TypeMethodDescriptionstatic void
JdbcUtils.set
(PreparedStatement prep, int parameterIndex, Value value, JdbcConnection conn) Set a value as a parameter in a prepared statement.private static void
JdbcUtils.setOther
(PreparedStatement prep, int parameterIndex, Value value, JdbcConnection conn) -
Uses of JdbcConnection in org.h2.value
Methods in org.h2.value with parameters of type JdbcConnectionModifier and TypeMethodDescriptionprivate static Object
ValueToObjectConverter.valueToArray
(Class<?> type, Value value, JdbcConnection conn) static Object
ValueToObjectConverter.valueToDefaultArray
(Value value, JdbcConnection conn, boolean forJdbc) Converts the specified array value to array of default Java objects for its type.static Object
ValueToObjectConverter.valueToDefaultObject
(Value value, JdbcConnection conn, boolean forJdbc) Converts the specified value to the default Java object for its type.static <T> T
ValueToObjectConverter.valueToObject
(Class<T> type, Value value, JdbcConnection conn) Converts the specified value to an object of the specified type.private static Object
ValueToObjectConverter.valueToOther
(Class<?> type, Value value, JdbcConnection conn)