Method Summary |
|
public synchronized boolean | check() Check connection. |
public void | clearWarnings() Clear SQL warnings. |
public void | close() Close. |
public synchronized void | commit() Commit. |
public Array | createArrayOf(String typeName, Object[] elements) |
public Blob | createBlob() |
public Clob | createClob() |
public NClob | createNClob() |
public SQLXML | createSQLXML() |
public Statement | createStatement() Create a statement. |
public synchronized Statement | createStatement(int i, int j) Create a statement. |
public synchronized Statement | createStatement(int i, int j, int k) Create a statement. |
public Struct | createStruct(String typeName, Object[] attributes) |
public void | enterBusyState() Enter busy state. |
public boolean | getAutoCommit() Get autocommit flag. |
public String | getCatalog() Catalog getter. |
public Properties | getClientInfo() |
public String | getClientInfo(String name) |
public int | getHoldability() Get holdability. |
public long | getLastInsertId(Statement statement) Get last inserted ID. |
public DatabaseMetaData | getMetaData() |
public int | getTransactionIsolation() Transaction isolation getter. |
public Map | getTypeMap() Get type map. |
public SQLWarning | getWarnings() Get SQL warnings. |
public boolean | isBusy() Check busy state. |
public boolean | isClosed() Check the closed state. |
public boolean | isReadOnly() Check the read-only state. |
public boolean | isValid(int timeout) |
public boolean | isWrapperFor(Class> iface) |
public void | leaveBusyState() Leave busy state. |
public synchronized String | nativeSQL(String s) Gets native SQL for a query. |
public synchronized CallableStatement | prepareCall(String s) Prepare a callable statement. |
public synchronized CallableStatement | prepareCall(String s, int i, int j) Prepare a call. |
public synchronized CallableStatement | prepareCall(String s, int i, int j, int k) Prepare a callable statement. |
public synchronized PreparedStatement | prepareStatement(String s) Prepare a statement. |
public synchronized PreparedStatement | prepareStatement(String s, int i, int j) Prepare a statement. |
public synchronized PreparedStatement | prepareStatement(String s, int i, int j, int k) Prepare a statement. |
public synchronized PreparedStatement | prepareStatement(String s, int i) Prepare a statement. |
public synchronized PreparedStatement | prepareStatement(String s, int ai) Prepare a statement. |
public synchronized PreparedStatement | prepareStatement(String s, String as) Prepare a statement. |
public synchronized void | releaseSavepoint(Savepoint savepoint) Release savepoint. |
public synchronized void | rollback() Rollback. |
public synchronized void | rollback(Savepoint savepoint) Rollback. |
public void | setAutoCommit(boolean flag) Set autocommit flag. |
public void | setCatalog(String s) Catalog setter. |
public void | setClientInfo(String name, String value) |
public void | setClientInfo(Properties properties) |
public void | setHoldability(int i) Set holdability. |
public void | setReadOnly(boolean flag) |
public synchronized Savepoint | setSavepoint() Savepoint setter. |
public synchronized Savepoint | setSavepoint(String s) Set named savepoint. |
public void | setTransactionIsolation(int i) Transaction isolation setter. |
public void | setTypeMap(Map map) Set type map. |
public Connection | unwrap() Unwrap the connection. |
public T | unwrap(Class<T> iface) |