Quadcap Embeddable Database

Deprecated List

Member com::quadcap::jdbc::Connection.Connection (Database db, String auth, String passwd)
Pay no attention to that man behind the curtains.

Member com::quadcap::jdbc::Connection.getConnection ()
Pay no attention to that man behind the curtains.

Member com::quadcap::jdbc::Connection.getDatabase ()
Pay no attention to that man behind the curtains.

Member com::quadcap::jdbc::JdbcDriver.closeDatabase (final String name)
Pay no attention to that man behind the curtains.

Member com::quadcap::jdbc::JdbcDriver.getDatabase (String name)
Pay no attention to that man behind the curtains..

Member com::quadcap::jdbc::JdbcDriver.getDatabaseNames ()
Pay no attention to that man behind the curtains..

Member com::quadcap::jdbc::JdbcDriver.makeConnection (Database db, String auth, String passwd)
Pay no attention to that man behind the curtains.

Member com::quadcap::jdbc::JdbcDriver.makeResultSet (Cursor c)
Pay no attention to that man behind the curtains.

Member com::quadcap::jdbc::PreparedStatement.PreparedStatement (Connection conn, String sql)
in order to not appear in public javadoc

Member com::quadcap::jdbc::PreparedStatement.PreparedStatement (Connection conn, String sql, int resultSetType, int resultSetConcurrency)

Member com::quadcap::jdbc::PreparedStatement.setUnicodeStream (int col, InputStream in, int length)

Member com::quadcap::jdbc::ResultSet.ResultSet (Cursor cursor)

Member com::quadcap::jdbc::ResultSet.getBigDecimal (String column, int scale)

Member com::quadcap::jdbc::ResultSet.getBigDecimal (int col, int scale)

Member com::quadcap::jdbc::ResultSet.getUnicodeStream (String column)

Member com::quadcap::jdbc::ResultSet.getUnicodeStream (int col)

Member com::quadcap::jdbc::ResultSetMetaData.ResultSetMetaData (Cursor cursor)