| java.lang.Object org.apache.derby.jdbc.InternalDriver org.apache.derby.jdbc.Driver169
Driver169 | public class Driver169 extends InternalDriver (Code) | | Driver169 - JDBC "driver" for J2ME/CDC/Foundation/JSR169, really
the JDBC object factory for the JSR169 environment.
WORK IN PROGRESS
author: djd |
Method Summary | |
protected EmbedConnection | getNewEmbedConnection(String url, Properties info) | public Connection | getNewNestedConnection(EmbedConnection conn) Get a new nested connection.
Parameters: conn - The EmbedConnection. | 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) | public EmbedResultSet | newEmbedResultSet(EmbedConnection conn, ResultSet results, boolean forMetaData, EmbedStatement statement, boolean isAtomic) | public java.sql.Statement | newEmbedStatement(EmbedConnection conn, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
Driver169 | public Driver169()(Code) | | |
getNewNestedConnection | public Connection getNewNestedConnection(EmbedConnection conn)(Code) | | Get a new nested connection.
Parameters: conn - The EmbedConnection. A nested connection object. |
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)
|
|
|