| java.lang.Object org.apache.derby.jdbc.InternalDriver org.apache.derby.jdbc.Driver20 org.apache.derby.jdbc.Driver30
All known Subclasses: org.apache.derby.jdbc.Driver40,
Driver30 | public class Driver30 extends Driver20 (Code) | | This class extends the local20 JDBC driver in order to determine at JBMS
boot-up if the JVM that runs us does support JDBC 3.0. If it is the case
then we will load the appropriate class(es) that have JDBC 3.0 new public
methods and sql types.
|
Method Summary | |
public EmbedConnection | getNewEmbedConnection(String url, Properties info) | public Connection | getNewNestedConnection(EmbedConnection conn) Get a new nested connection.
Parameters: conn - The EmbedConnection. | public BrokeredConnection | newBrokeredConnection(BrokeredConnectionControl control) | public java.sql.CallableStatement | newEmbedCallableStatement(EmbedConnection conn, String stmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) | public java.sql.PreparedStatement | newEmbedPreparedStatement(EmbedConnection conn, String stmt, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, int[] columnIndexes, String[] columnNames) |
getNewNestedConnection | public Connection getNewNestedConnection(EmbedConnection conn)(Code) | | Get a new nested connection.
Parameters: conn - The EmbedConnection. A nested connection object. |
Methods inherited from org.apache.derby.jdbc.Driver20 | public void boot(boolean create, Properties properties) throws StandardException(Code)(Java Doc) public EmbedConnection getNewEmbedConnection(String url, Properties info) throws SQLException(Code)(Java Doc) public Connection getNewNestedConnection(EmbedConnection conn)(Code)(Java Doc) public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException(Code)(Java Doc) public BrokeredConnection newBrokeredConnection(BrokeredConnectionControl control)(Code)(Java Doc) public java.sql.CallableStatement newEmbedCallableStatement(EmbedConnection conn, String stmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public java.sql.PreparedStatement newEmbedPreparedStatement(EmbedConnection conn, String stmt, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, int[] columnIndexes, String[] columnNames) throws SQLException(Code)(Java Doc) public org.apache.derby.impl.jdbc.EmbedResultSet newEmbedResultSet(EmbedConnection conn, ResultSet results, boolean forMetaData, org.apache.derby.impl.jdbc.EmbedStatement statement, boolean isAtomic) throws SQLException(Code)(Java Doc) public void stop()(Code)(Java Doc)
|
Fields inherited from org.apache.derby.jdbc.InternalDriver | protected boolean active(Code)(Java Doc)
|
Methods inherited from org.apache.derby.jdbc.InternalDriver | public boolean acceptsURL(String url)(Code)(Java Doc) final public static InternalDriver activeDriver()(Code)(Java Doc) public void boot(boolean create, Properties properties) throws StandardException(Code)(Java Doc) public Connection connect(String url, Properties info) throws SQLException(Code)(Java Doc) public static boolean embeddedDriverAcceptsURL(String url)(Code)(Java Doc) protected FormatableProperties getAttributes(String url, Properties info) throws SQLException(Code)(Java Doc) public AuthenticationService getAuthenticationService()(Code)(Java Doc) final public ContextService getContextServiceFactory()(Code)(Java Doc) public static String getDatabaseName(String url, Properties info)(Code)(Java Doc) public int getMajorVersion()(Code)(Java Doc) public int getMinorVersion()(Code)(Java Doc) abstract protected EmbedConnection getNewEmbedConnection(String url, Properties info) throws SQLException(Code)(Java Doc) abstract public Connection getNewNestedConnection(EmbedConnection conn)(Code)(Java Doc) public boolean isActive()(Code)(Java Doc) public boolean jdbcCompliant()(Code)(Java Doc) abstract public java.sql.CallableStatement newEmbedCallableStatement(EmbedConnection conn, String stmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public DatabaseMetaData newEmbedDatabaseMetaData(EmbedConnection conn, String dbname) throws SQLException(Code)(Java Doc) abstract public java.sql.PreparedStatement newEmbedPreparedStatement(EmbedConnection conn, String stmt, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, int[] columnIndexes, String[] columnNames) throws SQLException(Code)(Java Doc) abstract public EmbedResultSet newEmbedResultSet(EmbedConnection conn, ResultSet results, boolean forMetaData, EmbedStatement statement, boolean isAtomic) throws SQLException(Code)(Java Doc) public EmbedResultSetMetaData newEmbedResultSetMetaData(ResultColumnDescriptor[] columnInfo)(Code)(Java Doc) public java.sql.Statement newEmbedStatement(EmbedConnection conn, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability)(Code)(Java Doc) public void stop()(Code)(Java Doc)
|
|
|