| java.lang.Object org.apache.derby.jdbc.InternalDriver org.apache.derby.jdbc.Driver20 org.apache.derby.jdbc.Driver30 org.apache.derby.jdbc.Driver40
Method Summary | |
public void | boot(boolean create, Properties properties) | public EmbedConnection | getNewEmbedConnection(String url, Properties info) | public Connection | getNewNestedConnection(EmbedConnection conn) | public BrokeredConnection | newBrokeredConnection(BrokeredConnectionControl control) | public CallableStatement | newEmbedCallableStatement(EmbedConnection conn, String stmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) | public DatabaseMetaData | newEmbedDatabaseMetaData(EmbedConnection conn, String dbname) | public 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, org.apache.derby.impl.jdbc.EmbedStatement statement, boolean isAtomic) | public EmbedResultSetMetaData40 | newEmbedResultSetMetaData(ResultColumnDescriptor[] columnInfo) | public java.sql.Statement | newEmbedStatement(EmbedConnection conn, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
newEmbedResultSetMetaData | public EmbedResultSetMetaData40 newEmbedResultSetMetaData(ResultColumnDescriptor[] columnInfo)(Code) | | Returns a new java.sql.ResultSetMetaData for this implementation
Parameters: columnInfo - a ResultColumnDescriptor that stores information about the columns in a ResultSet ResultSetMetaData |
newEmbedStatement | public java.sql.Statement newEmbedStatement(EmbedConnection conn, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability)(Code) | | returns a new EmbedStatement
Parameters: conn - the EmbedConnection class associated with this statement object Parameters: forMetaData - boolean Parameters: resultSetType - int Parameters: resultSetConcurrency - int Parameters: resultSetHoldability - int Statement a new java.sql.Statement implementation |
Methods inherited from org.apache.derby.jdbc.Driver30 | public EmbedConnection getNewEmbedConnection(String url, Properties info) throws SQLException(Code)(Java Doc) public Connection getNewNestedConnection(EmbedConnection conn)(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)
|
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)
|
|
|