| java.lang.Object net.sf.hajdbc.sql.MockConnection
MockConnection | public class MockConnection implements Connection(Code) | | Mock connection that creates mock statements
author: Paul Ferraro since: 1.1 |
Method Summary | |
public void | clearWarnings() | public void | close() | public void | commit() | 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 arg0, int arg1) | public Statement | createStatement(int arg0, int arg1, int arg2) | public Struct | createStruct(String arg0, Object[] arg1) | public boolean | getAutoCommit() | public String | getCatalog() | public Properties | getClientInfo() | public String | getClientInfo(String arg0) | public int | getHoldability() | public DatabaseMetaData | getMetaData() | public int | getTransactionIsolation() | public Map<String, Class<?>> | getTypeMap() | public SQLWarning | getWarnings() | public boolean | isClosed() | public boolean | isReadOnly() | public boolean | isValid(int arg0) | public boolean | isWrapperFor(Class> arg0) | public String | nativeSQL(String arg0) | public CallableStatement | prepareCall(String arg0) | public CallableStatement | prepareCall(String arg0, int arg1, int arg2) | public CallableStatement | prepareCall(String arg0, int arg1, int arg2, int arg3) | public PreparedStatement | prepareStatement(String arg0) | public PreparedStatement | prepareStatement(String arg0, int arg1, int arg2) | public PreparedStatement | prepareStatement(String arg0, int arg1, int arg2, int arg3) | public PreparedStatement | prepareStatement(String arg0, int arg1) | public PreparedStatement | prepareStatement(String arg0, int[] arg1) | public PreparedStatement | prepareStatement(String arg0, String[] arg1) | public void | releaseSavepoint(Savepoint arg0) | public void | rollback() | public void | rollback(Savepoint arg0) | public void | setAutoCommit(boolean arg0) | public void | setCatalog(String arg0) | public void | setClientInfo(Properties arg0) | public void | setClientInfo(String arg0, String arg1) | public void | setHoldability(int arg0) | public void | setReadOnly(boolean arg0) | public Savepoint | setSavepoint() | public Savepoint | setSavepoint(String arg0) | public void | setTransactionIsolation(int arg0) | public void | setTypeMap(Map<String, Class<?>> arg0) | public T | unwrap(Class<T> arg0) |
|
|