| java.lang.Object org.mandarax.jdbc.AbstractConnectionImpl org.mandarax.jdbc.client.ConnectionImpl
ConnectionImpl | ConnectionImpl(String url, Transport transport) throws SQLException(Code) | | Constructor.
Parameters: url - the database url Parameters: transport - the transport used |
createStatement | public Statement createStatement() throws SQLException(Code) | | Creates a Statement object for sending SQL statements to the database.
|
getMetaData | public DatabaseMetaData getMetaData() throws SQLException(Code) | | Retrieves a DatabaseMetaData object that contains metadata about
the database.
the database meta data |
prepareStatement | public PreparedStatement prepareStatement(String sql) throws SQLException(Code) | | Creates a PreparedStatement object for sending parameterized SQL statements to the database.
Parameters: sql - an SQL statement that may contain one or more '?' IN parameter placeholders |
setId | public void setId(String id)(Code) | | Set the id.
Parameters: id - an id |
setTypeMap | public void setTypeMap(Map map)(Code) | | |
Methods inherited from org.mandarax.jdbc.AbstractConnectionImpl | public void clearWarnings() throws SQLException(Code)(Java Doc) public void close() throws SQLException(Code)(Java Doc) public void commit() throws SQLException(Code)(Java Doc) public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public boolean getAutoCommit() throws SQLException(Code)(Java Doc) public String getCatalog() throws SQLException(Code)(Java Doc) public int getHoldability() throws SQLException(Code)(Java Doc) public int getTransactionIsolation() throws SQLException(Code)(Java Doc) public Map getTypeMap() throws SQLException(Code)(Java Doc) public SQLWarning getWarnings() throws SQLException(Code)(Java Doc) public boolean isClosed() throws SQLException(Code)(Java Doc) public boolean isReadOnly() throws SQLException(Code)(Java Doc) public String nativeSQL(String sql) throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql) throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException(Code)(Java Doc) public void releaseSavepoint(Savepoint savepoint) throws SQLException(Code)(Java Doc) public void rollback() throws SQLException(Code)(Java Doc) public void rollback(Savepoint savepoint) throws SQLException(Code)(Java Doc) public void setAutoCommit(boolean autoCommit) throws SQLException(Code)(Java Doc) public void setCatalog(String catalog) throws SQLException(Code)(Java Doc) public void setHoldability(int holdability) throws SQLException(Code)(Java Doc) public void setReadOnly(boolean readOnly) throws SQLException(Code)(Java Doc) public Savepoint setSavepoint() throws SQLException(Code)(Java Doc) public Savepoint setSavepoint(String name) throws SQLException(Code)(Java Doc) public void setTransactionIsolation(int level) throws SQLException(Code)(Java Doc) public void setTypeMap(Map map) throws SQLException(Code)(Java Doc)
|
|
|