Package org.gvsig.fmap.dal.store.h2
Class Testmdb.MDBConnection
java.lang.Object
org.h2.message.TraceObject
org.h2.jdbc.JdbcConnection
org.gvsig.fmap.dal.store.h2.Testmdb.MDBConnection
- All Implemented Interfaces:
AutoCloseable,Connection,Wrapper,org.h2.jdbc.JdbcConnectionBackwardsCompat
- Enclosing class:
Testmdb
public static class Testmdb.MDBConnection
extends org.h2.jdbc.JdbcConnection
-
Field Summary
Fields inherited from class org.h2.message.TraceObject
ARRAY, BLOB, CALLABLE_STATEMENT, CLOB, CONNECTION, DATA_SOURCE, DATABASE_META_DATA, PARAMETER_META_DATA, PREPARED_STATEMENT, RESULT_SET, RESULT_SET_META_DATA, SAVEPOINT, STATEMENT, trace, XA_DATA_SOURCE, XIDFields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.h2.jdbc.JdbcConnection
abort, afterWriting, checkClosed, checkClosed, clearWarnings, commit, createArrayOf, createBlob, createBlob, createClob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getPowerOffCount, getSchema, getSession, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setExecutingStatement, setHoldability, setNetworkTimeout, setPowerOffCount, setQueryTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTraceLevel, setTransactionIsolation, setTypeMap, toString, unwrapMethods inherited from class org.h2.message.TraceObject
debugCode, debugCodeAssign, debugCodeCall, debugCodeCall, debugCodeCall, getNextId, getTraceId, getTraceObjectName, isDebugEnabled, isInfoEnabled, logAndConvert, quote, quoteArray, quoteBigDecimal, quoteBytes, quoteDate, quoteIntArray, quoteMap, quoteTime, quoteTimestamp, setTrace, unsupportedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.sql.Connection
beginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid
-
Constructor Details
-
MDBConnection
- Throws:
SQLException
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceConnection- Overrides:
closein classorg.h2.jdbc.JdbcConnection- Throws:
SQLException
-