| java.lang.Object org.axiondb.jdbc.AxionConnection
AxionConnection | public class AxionConnection implements Connection(Code) | | A
Connection implementation.
version: $Revision: 1.30 $ $Date: 2007/11/13 19:04:01 $ author: Chuck Burdick author: Jonathan Giron |
Method Summary | |
protected synchronized void | addWarning(SQLWarning newWarning) Adds the given SQLWarning instance to the current warning chain. | public void | clearWarnings() | public void | close() | public void | commit() | void | commitIfAuto() | public Array | createArrayOf(String arg0, Object[] arg1) | public Blob | createBlob() | public Clob | createClob() | public NClob | createNClob() | public SQLXML | createSQLXML() | public Statement | createStatement() | public Statement | createStatement(int resultSetType, int resultSetConcurrency) | public Statement | createStatement(int arg0, int arg1, int arg2) Currently unsupported. | public Struct | createStruct(String arg0, Object[] arg1) | Transaction | forgetCurrentTransaction() | public boolean | getAutoCommit() | public String | getCatalog() | public Properties | getClientInfo() | public String | getClientInfo(String arg0) | Transaction | getCurrentTransaction() | public org.axiondb.Database | getDatabase() | public int | getHoldability() Currently unsupported. | public DatabaseMetaData | getMetaData() | public int | getTransactionIsolation() | public Map | getTypeMap() | public String | getURL() | public SQLWarning | getWarnings() | public boolean | isClosed() | public boolean | isReadOnly() | public boolean | isValid(int arg0) | public boolean | isWrapperFor(Class> arg0) | public String | nativeSQL(String sql) | public CallableStatement | prepareCall(String sql) | public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency) | public CallableStatement | prepareCall(String arg0, int arg1, int arg2, int arg3) Currently unsupported. | public PreparedStatement | prepareStatement(String sql) | public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency) | public PreparedStatement | prepareStatement(String arg0, int arg1, int arg2, int arg3) Currently unsupported. | public PreparedStatement | prepareStatement(String arg0, int arg1) Currently unsupported. | public PreparedStatement | prepareStatement(String arg0, int[] arg1) Currently unsupported. | public PreparedStatement | prepareStatement(String arg0, String[] arg1) Currently unsupported. | public void | releaseSavepoint(Savepoint arg0) Currently unsupported. | public void | rollback() | public void | rollback(Savepoint arg0) Currently unsupported. | public void | setAutoCommit(boolean autoCommit) | public void | setCatalog(String catalog) | public void | setClientInfo(Properties arg0) | public void | setClientInfo(String arg0, String arg1) | public void | setHoldability(int arg0) Currently unsupported. | public void | setReadOnly(boolean readOnly) | public Savepoint | setSavepoint() Currently unsupported. | public Savepoint | setSavepoint(String arg0) Currently unsupported. | public void | setTransactionIsolation(int level) | public void | setTypeMap(Map<String, Class<?>> arg0) | public T | unwrap(Class<T> arg0) |
addWarning | protected synchronized void addWarning(SQLWarning newWarning)(Code) | | Adds the given SQLWarning instance to the current warning chain.
Parameters: newWarning - SQLWarning instance to add to the current warning chain. |
getHoldability | public int getHoldability() throws SQLException(Code) | | Currently unsupported.
|
setHoldability | public void setHoldability(int arg0) throws SQLException(Code) | | Currently unsupported.
|
setTransactionIsolation | public void setTransactionIsolation(int level) throws SQLException(Code) | | |
|
|