OmniSciDB
a5dc49c757
|
Public Member Functions | |
HeavyAIResultSet (TQueryResult tsqlResult, String sql) throws SQLException | |
boolean | next () throws SQLException |
void | close () throws SQLException |
boolean | wasNull () throws SQLException |
String | getString (int columnIndex) throws SQLException |
boolean | getBoolean (int columnIndex) throws SQLException |
byte | getByte (int columnIndex) throws SQLException |
short | getShort (int columnIndex) throws SQLException |
int | getInt (int columnIndex) throws SQLException |
long | getLong (int columnIndex) throws SQLException |
float | getFloat (int columnIndex) throws SQLException |
double | getDouble (int columnIndex) throws SQLException |
BigDecimal | getBigDecimal (int columnIndex, int scale) throws SQLException |
byte[] | getBytes (int columnIndex) throws SQLException |
Date | getDate (int columnIndex) throws SQLException |
Time | getTime (int columnIndex) throws SQLException |
Timestamp | getTimestamp (int columnIndex) throws SQLException |
InputStream | getAsciiStream (int columnIndex) throws SQLException |
InputStream | getUnicodeStream (int columnIndex) throws SQLException |
InputStream | getBinaryStream (int columnIndex) throws SQLException |
String | getString (String columnLabel) throws SQLException |
boolean | getBoolean (String columnLabel) throws SQLException |
byte | getByte (String columnLabel) throws SQLException |
short | getShort (String columnLabel) throws SQLException |
int | getInt (String columnLabel) throws SQLException |
long | getLong (String columnLabel) throws SQLException |
float | getFloat (String columnLabel) throws SQLException |
double | getDouble (String columnLabel) throws SQLException |
BigDecimal | getBigDecimal (String columnLabel, int scale) throws SQLException |
byte[] | getBytes (String columnLabel) throws SQLException |
Date | getDate (String columnLabel) throws SQLException |
Time | getTime (String columnLabel) throws SQLException |
Timestamp | getTimestamp (String columnLabel) throws SQLException |
InputStream | getAsciiStream (String columnLabel) throws SQLException |
InputStream | getUnicodeStream (String columnLabel) throws SQLException |
InputStream | getBinaryStream (String columnLabel) throws SQLException |
SQLWarning | getWarnings () throws SQLException |
void | clearWarnings () throws SQLException |
String | getCursorName () throws SQLException |
ResultSetMetaData | getMetaData () throws SQLException |
Object | getObject (int columnIndex) throws SQLException |
Object | getObject (String columnLabel) throws SQLException |
int | findColumn (String columnLabel) throws SQLException |
Reader | getCharacterStream (int columnIndex) throws SQLException |
Reader | getCharacterStream (String columnLabel) throws SQLException |
BigDecimal | getBigDecimal (int columnIndex) throws SQLException |
BigDecimal | getBigDecimal (String columnLabel) throws SQLException |
boolean | isBeforeFirst () throws SQLException |
boolean | isAfterLast () throws SQLException |
boolean | isFirst () throws SQLException |
boolean | isLast () throws SQLException |
void | beforeFirst () throws SQLException |
void | afterLast () throws SQLException |
boolean | first () throws SQLException |
boolean | last () throws SQLException |
int | getRow () throws SQLException |
boolean | absolute (int row) throws SQLException |
boolean | relative (int rows) throws SQLException |
boolean | previous () throws SQLException |
void | setFetchDirection (int direction) throws SQLException |
int | getFetchDirection () throws SQLException |
void | setFetchSize (int rows) throws SQLException |
int | getFetchSize () throws SQLException |
int | getType () throws SQLException |
int | getConcurrency () throws SQLException |
boolean | rowUpdated () throws SQLException |
boolean | rowInserted () throws SQLException |
boolean | rowDeleted () throws SQLException |
void | updateNull (int columnIndex) throws SQLException |
void | updateBoolean (int columnIndex, boolean x) throws SQLException |
void | updateByte (int columnIndex, byte x) throws SQLException |
void | updateShort (int columnIndex, short x) throws SQLException |
void | updateInt (int columnIndex, int x) throws SQLException |
void | updateLong (int columnIndex, long x) throws SQLException |
void | updateFloat (int columnIndex, float x) throws SQLException |
void | updateDouble (int columnIndex, double x) throws SQLException |
void | updateBigDecimal (int columnIndex, BigDecimal x) throws SQLException |
void | updateString (int columnIndex, String x) throws SQLException |
void | updateBytes (int columnIndex, byte[] x) throws SQLException |
void | updateDate (int columnIndex, Date x) throws SQLException |
void | updateTime (int columnIndex, Time x) throws SQLException |
void | updateTimestamp (int columnIndex, Timestamp x) throws SQLException |
void | updateAsciiStream (int columnIndex, InputStream x, int length) throws SQLException |
void | updateBinaryStream (int columnIndex, InputStream x, int length) throws SQLException |
void | updateCharacterStream (int columnIndex, Reader x, int length) throws SQLException |
void | updateObject (int columnIndex, Object x, int scaleOrLength) throws SQLException |
void | updateObject (int columnIndex, Object x) throws SQLException |
void | updateNull (String columnLabel) throws SQLException |
void | updateBoolean (String columnLabel, boolean x) throws SQLException |
void | updateByte (String columnLabel, byte x) throws SQLException |
void | updateShort (String columnLabel, short x) throws SQLException |
void | updateInt (String columnLabel, int x) throws SQLException |
void | updateLong (String columnLabel, long x) throws SQLException |
void | updateFloat (String columnLabel, float x) throws SQLException |
void | updateDouble (String columnLabel, double x) throws SQLException |
void | updateBigDecimal (String columnLabel, BigDecimal x) throws SQLException |
void | updateString (String columnLabel, String x) throws SQLException |
void | updateBytes (String columnLabel, byte[] x) throws SQLException |
void | updateDate (String columnLabel, Date x) throws SQLException |
void | updateTime (String columnLabel, Time x) throws SQLException |
void | updateTimestamp (String columnLabel, Timestamp x) throws SQLException |
void | updateAsciiStream (String columnLabel, InputStream x, int length) throws SQLException |
void | updateBinaryStream (String columnLabel, InputStream x, int length) throws SQLException |
void | updateCharacterStream (String columnLabel, Reader reader, int length) throws SQLException |
void | updateObject (String columnLabel, Object x, int scaleOrLength) throws SQLException |
void | updateObject (String columnLabel, Object x) throws SQLException |
void | insertRow () throws SQLException |
void | updateRow () throws SQLException |
void | deleteRow () throws SQLException |
void | refreshRow () throws SQLException |
void | cancelRowUpdates () throws SQLException |
void | moveToInsertRow () throws SQLException |
void | moveToCurrentRow () throws SQLException |
Statement | getStatement () throws SQLException |
Object | getObject (int columnIndex, Map< String, Class<?>> map) throws SQLException |
Ref | getRef (int columnIndex) throws SQLException |
Blob | getBlob (int columnIndex) throws SQLException |
Clob | getClob (int columnIndex) throws SQLException |
Array | getArray (int columnIndex) throws SQLException |
Object | getObject (String columnLabel, Map< String, Class<?>> map) throws SQLException |
Ref | getRef (String columnLabel) throws SQLException |
Blob | getBlob (String columnLabel) throws SQLException |
Clob | getClob (String columnLabel) throws SQLException |
Array | getArray (String columnLabel) throws SQLException |
Date | getDate (int columnIndex, Calendar cal) throws SQLException |
Date | getDate (String columnLabel, Calendar cal) throws SQLException |
Time | getTime (int columnIndex, Calendar cal) throws SQLException |
Time | getTime (String columnLabel, Calendar cal) throws SQLException |
Timestamp | getTimestamp (int columnIndex, Calendar cal) throws SQLException |
Timestamp | getTimestamp (String columnLabel, Calendar cal) throws SQLException |
URL | getURL (int columnIndex) throws SQLException |
URL | getURL (String columnLabel) throws SQLException |
void | updateRef (int columnIndex, Ref x) throws SQLException |
void | updateRef (String columnLabel, Ref x) throws SQLException |
void | updateBlob (int columnIndex, Blob x) throws SQLException |
void | updateBlob (String columnLabel, Blob x) throws SQLException |
void | updateClob (int columnIndex, Clob x) throws SQLException |
void | updateClob (String columnLabel, Clob x) throws SQLException |
void | updateArray (int columnIndex, Array x) throws SQLException |
void | updateArray (String columnLabel, Array x) throws SQLException |
RowId | getRowId (int columnIndex) throws SQLException |
RowId | getRowId (String columnLabel) throws SQLException |
void | updateRowId (int columnIndex, RowId x) throws SQLException |
void | updateRowId (String columnLabel, RowId x) throws SQLException |
int | getHoldability () throws SQLException |
boolean | isClosed () throws SQLException |
void | updateNString (int columnIndex, String nString) throws SQLException |
void | updateNString (String columnLabel, String nString) throws SQLException |
void | updateNClob (int columnIndex, NClob nClob) throws SQLException |
void | updateNClob (String columnLabel, NClob nClob) throws SQLException |
NClob | getNClob (int columnIndex) throws SQLException |
NClob | getNClob (String columnLabel) throws SQLException |
SQLXML | getSQLXML (int columnIndex) throws SQLException |
SQLXML | getSQLXML (String columnLabel) throws SQLException |
void | updateSQLXML (int columnIndex, SQLXML xmlObject) throws SQLException |
void | updateSQLXML (String columnLabel, SQLXML xmlObject) throws SQLException |
String | getNString (int columnIndex) throws SQLException |
String | getNString (String columnLabel) throws SQLException |
Reader | getNCharacterStream (int columnIndex) throws SQLException |
Reader | getNCharacterStream (String columnLabel) throws SQLException |
void | updateNCharacterStream (int columnIndex, Reader x, long length) throws SQLException |
void | updateNCharacterStream (String columnLabel, Reader reader, long length) throws SQLException |
void | updateAsciiStream (int columnIndex, InputStream x, long length) throws SQLException |
void | updateBinaryStream (int columnIndex, InputStream x, long length) throws SQLException |
void | updateCharacterStream (int columnIndex, Reader x, long length) throws SQLException |
void | updateAsciiStream (String columnLabel, InputStream x, long length) throws SQLException |
void | updateBinaryStream (String columnLabel, InputStream x, long length) throws SQLException |
void | updateCharacterStream (String columnLabel, Reader reader, long length) throws SQLException |
void | updateBlob (int columnIndex, InputStream inputStream, long length) throws SQLException |
void | updateBlob (String columnLabel, InputStream inputStream, long length) throws SQLException |
void | updateClob (int columnIndex, Reader reader, long length) throws SQLException |
void | updateClob (String columnLabel, Reader reader, long length) throws SQLException |
void | updateNClob (int columnIndex, Reader reader, long length) throws SQLException |
void | updateNClob (String columnLabel, Reader reader, long length) throws SQLException |
void | updateNCharacterStream (int columnIndex, Reader x) throws SQLException |
void | updateNCharacterStream (String columnLabel, Reader reader) throws SQLException |
void | updateAsciiStream (int columnIndex, InputStream x) throws SQLException |
void | updateBinaryStream (int columnIndex, InputStream x) throws SQLException |
void | updateCharacterStream (int columnIndex, Reader x) throws SQLException |
void | updateAsciiStream (String columnLabel, InputStream x) throws SQLException |
void | updateBinaryStream (String columnLabel, InputStream x) throws SQLException |
void | updateCharacterStream (String columnLabel, Reader reader) throws SQLException |
void | updateBlob (int columnIndex, InputStream inputStream) throws SQLException |
void | updateBlob (String columnLabel, InputStream inputStream) throws SQLException |
void | updateClob (int columnIndex, Reader reader) throws SQLException |
void | updateClob (String columnLabel, Reader reader) throws SQLException |
void | updateNClob (int columnIndex, Reader reader) throws SQLException |
void | updateNClob (String columnLabel, Reader reader) throws SQLException |
boolean | isWrapperFor (Class<?> iface) throws SQLException |
Package Functions | |
HeavyAIResultSet () | |
public< T > T | getObject (int columnIndex, Class< T > type) throws SQLException |
public< T > T | getObject (String columnLabel, Class< T > type) throws SQLException |
public< T > T | unwrap (Class< T > iface) throws SQLException |
Static Package Attributes | |
static final Logger | logger = LoggerFactory.getLogger(HeavyAIResultSet.class) |
Private Member Functions | |
String | getStringInternal (int columnIndex) throws SQLException |
double | getDoubleInternal (int columnIndex) throws SQLException |
Timestamp | extract_complex_time (long val, int precision) |
Timestamp | adjust_precision (long val, int precision) |
long | getOffsetFromTZ (long actualmillis, Calendar cal, int precision) |
Integer | findColumnByName (String name) throws SQLException |
void | checkClosed () throws SQLException |
Private Attributes | |
TQueryResult | sqlResult = null |
int | offset = -1 |
int | numOfRecords = 0 |
String | sql |
TRowSet | rowSet = null |
List< TColumnType > | rowDesc |
boolean | wasNull = false |
Map< String, Integer > | columnMap |
int | fetchSize = 0 |
SQLWarning | warnings = null |
boolean | isClosed = false |
Definition at line 41 of file HeavyAIResultSet.java.
|
inline |
Definition at line 55 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.columnMap, ai.heavy.jdbc.HeavyAIResultSet.numOfRecords, ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowDesc, ai.heavy.jdbc.HeavyAIResultSet.rowSet, ai.heavy.jdbc.HeavyAIResultSet.sql, and ai.heavy.jdbc.HeavyAIResultSet.sqlResult.
|
inlinepackage |
Definition at line 87 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.numOfRecords.
|
inline |
Definition at line 700 of file HeavyAIResultSet.java.
|
inlineprivate |
Definition at line 366 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.extract_complex_time(), and Integer.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getArray(), and ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
inline |
Definition at line 668 of file HeavyAIResultSet.java.
|
inline |
Definition at line 660 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1165 of file HeavyAIResultSet.java.
|
inlineprivate |
Definition at line 2076 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.isClosed().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal(), ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getMetaData(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), ai.heavy.jdbc.HeavyAIResultSet.getShort(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), ai.heavy.jdbc.HeavyAIResultSet.getTimestamp(), and ai.heavy.jdbc.HeavyAIResultSet.next().
|
inline |
Definition at line 525 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.warnings.
|
inline |
Definition at line 103 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.isClosed(), ai.heavy.jdbc.HeavyAIResultSet.rowDesc, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.sqlResult.
Referenced by heavydb.connection.Connection.__del__(), heavydb.cursor.Cursor.__exit__(), and heavydb.connection.Connection.__exit__().
|
inline |
Definition at line 1149 of file HeavyAIResultSet.java.
|
inlineprivate |
Definition at line 352 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.adjust_precision().
|
inline |
Definition at line 592 of file HeavyAIResultSet.java.
|
inlineprivate |
Definition at line 2068 of file HeavyAIResultSet.java.
References Integer, and setup.name.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal(), ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getShort(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), and ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
inline |
Definition at line 676 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1233 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.adjust_precision(), ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), heavydb.dtypes.Date, Double, Float, Integer, ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowDesc, ai.heavy.jdbc.HeavyAIResultSet.rowSet, heavydb.dtypes.Time, run_benchmark_import.type, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 1413 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getArray().
|
inline |
Definition at line 382 of file HeavyAIResultSet.java.
|
inline |
Definition at line 493 of file HeavyAIResultSet.java.
|
inline |
Definition at line 311 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal().
|
inline |
Definition at line 460 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal().
|
inline |
Definition at line 619 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
|
inline |
Definition at line 634 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.columnMap, and ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal().
|
inline |
Definition at line 400 of file HeavyAIResultSet.java.
|
inline |
Definition at line 511 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1215 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1395 of file HeavyAIResultSet.java.
|
inline |
Definition at line 176 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 415 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getBoolean().
|
inline |
Definition at line 194 of file HeavyAIResultSet.java.
|
inline |
Definition at line 421 of file HeavyAIResultSet.java.
|
inline |
Definition at line 326 of file HeavyAIResultSet.java.
|
inline |
Definition at line 466 of file HeavyAIResultSet.java.
|
inline |
Definition at line 601 of file HeavyAIResultSet.java.
|
inline |
Definition at line 610 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1224 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1404 of file HeavyAIResultSet.java.
|
inline |
Definition at line 759 of file HeavyAIResultSet.java.
|
inline |
Definition at line 530 of file HeavyAIResultSet.java.
|
inline |
Definition at line 335 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 475 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.getDate().
|
inline |
Definition at line 1444 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), heavydb.dtypes.Date, ai.heavy.jdbc.HeavyAIResultSet.getOffsetFromTZ(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
|
inline |
Definition at line 1462 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getDate().
|
inline |
Definition at line 261 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, run_benchmark_import.type, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 454 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getDouble().
|
inlineprivate |
Definition at line 280 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), ai.heavy.jdbc.HeavyAIResultSet.getTimestamp(), and run_benchmark_import.type.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDouble().
|
inline |
Definition at line 735 of file HeavyAIResultSet.java.
|
inline |
Definition at line 746 of file HeavyAIResultSet.java.
|
inline |
Definition at line 247 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 448 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getFloat().
|
inline |
Definition at line 1642 of file HeavyAIResultSet.java.
|
inline |
Definition at line 218 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 436 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getInt().
|
inline |
Definition at line 233 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 442 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getLong().
|
inline |
Definition at line 538 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.sql, and ai.heavy.jdbc.HeavyAIResultSet.sqlResult.
|
inline |
Definition at line 1763 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1772 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1691 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1700 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1745 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1754 of file HeavyAIResultSet.java.
|
inline |
Definition at line 545 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowDesc, ai.heavy.jdbc.HeavyAIResultSet.rowSet, run_benchmark_import.type, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getObject(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 586 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.columnMap, and ai.heavy.jdbc.HeavyAIResultSet.getObject().
|
inline |
Definition at line 1197 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1377 of file HeavyAIResultSet.java.
|
inlinepackage |
Definition at line 2033 of file HeavyAIResultSet.java.
|
inlinepackage |
Definition at line 2042 of file HeavyAIResultSet.java.
|
inlineprivate |
Definition at line 1421 of file HeavyAIResultSet.java.
References Integer, and ai.heavy.jdbc.HeavyAIResultSet.offset.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), and ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
inline |
Definition at line 1206 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1386 of file HeavyAIResultSet.java.
|
inline |
Definition at line 692 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1606 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1615 of file HeavyAIResultSet.java.
|
inline |
Definition at line 203 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getShort().
|
inline |
Definition at line 430 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getShort().
|
inline |
Definition at line 1709 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1718 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1189 of file HeavyAIResultSet.java.
|
inline |
Definition at line 116 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.getStringInternal(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, ai.heavy.jdbc.HeavyAIResultSet.sqlResult, run_benchmark_import.type, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.getString(), and ai.heavy.jdbc.HeavyAIResultSet.getStringInternal().
|
inline |
Definition at line 409 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getString().
|
inlineprivate |
Definition at line 134 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), ai.heavy.jdbc.HeavyAIResultSet.getTimestamp(), ai.heavy.jdbc.HeavyAIResultSet.sqlResult, and run_benchmark_import.type.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getString().
|
inline |
Definition at line 341 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.getStringInternal(), and ai.heavy.jdbc.HeavyAIResultSet.getTime().
|
inline |
Definition at line 481 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.getTime().
|
inline |
Definition at line 1467 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.getOffsetFromTZ(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, heavydb.dtypes.Time, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
|
inline |
Definition at line 1485 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getTime().
|
inline |
Definition at line 347 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getDoubleInternal(), ai.heavy.jdbc.HeavyAIResultSet.getStringInternal(), and ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
inline |
Definition at line 487 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
inline |
Definition at line 1491 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.adjust_precision(), ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.getOffsetFromTZ(), ai.heavy.jdbc.HeavyAIResultSet.offset, ai.heavy.jdbc.HeavyAIResultSet.rowSet, and ai.heavy.jdbc.HeavyAIResultSet.wasNull().
|
inline |
Definition at line 1510 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.findColumnByName(), and ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
inline |
Definition at line 754 of file HeavyAIResultSet.java.
|
inline |
Definition at line 391 of file HeavyAIResultSet.java.
|
inline |
Definition at line 502 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1516 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1525 of file HeavyAIResultSet.java.
|
inline |
Definition at line 520 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.warnings.
|
inline |
Definition at line 1133 of file HeavyAIResultSet.java.
|
inline |
Definition at line 645 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.numOfRecords, and ai.heavy.jdbc.HeavyAIResultSet.offset.
|
inline |
Definition at line 640 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.offset.
|
inline |
Definition at line 1650 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), and ai.heavy.jdbc.HeavyAIResultSet.close().
|
inline |
Definition at line 650 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.offset.
|
inline |
Definition at line 655 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.numOfRecords, and ai.heavy.jdbc.HeavyAIResultSet.offset.
|
inline |
Definition at line 2060 of file HeavyAIResultSet.java.
|
inline |
Definition at line 684 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1181 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1173 of file HeavyAIResultSet.java.
|
inline |
Definition at line 92 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.checkClosed(), ai.heavy.jdbc.HeavyAIResultSet.numOfRecords, and ai.heavy.jdbc.HeavyAIResultSet.offset.
|
inline |
Definition at line 718 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1157 of file HeavyAIResultSet.java.
|
inline |
Definition at line 709 of file HeavyAIResultSet.java.
|
inline |
Definition at line 783 of file HeavyAIResultSet.java.
|
inline |
Definition at line 775 of file HeavyAIResultSet.java.
|
inline |
Definition at line 767 of file HeavyAIResultSet.java.
|
inline |
Definition at line 726 of file HeavyAIResultSet.java.
|
inline |
Definition at line 740 of file HeavyAIResultSet.java.
References ai.heavy.jdbc.HeavyAIResultSet.fetchSize, and report.rows.
|
inlinepackage |
Definition at line 2051 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1588 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1597 of file HeavyAIResultSet.java.
|
inline |
Definition at line 917 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1088 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1799 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1826 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1925 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1952 of file HeavyAIResultSet.java.
|
inline |
Definition at line 863 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1034 of file HeavyAIResultSet.java.
|
inline |
Definition at line 926 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1097 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1808 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1835 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1934 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1961 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1552 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1561 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1853 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1862 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1979 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1988 of file HeavyAIResultSet.java.
|
inline |
Definition at line 800 of file HeavyAIResultSet.java.
|
inline |
Definition at line 971 of file HeavyAIResultSet.java.
|
inline |
Definition at line 809 of file HeavyAIResultSet.java.
|
inline |
Definition at line 980 of file HeavyAIResultSet.java.
|
inline |
Definition at line 881 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1052 of file HeavyAIResultSet.java.
|
inline |
Definition at line 935 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1106 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1817 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1844 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1943 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1970 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1570 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1579 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1871 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1880 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1997 of file HeavyAIResultSet.java.
|
inline |
Definition at line 2006 of file HeavyAIResultSet.java.
|
inline |
Definition at line 890 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1061 of file HeavyAIResultSet.java.
|
inline |
Definition at line 854 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1025 of file HeavyAIResultSet.java.
|
inline |
Definition at line 845 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1016 of file HeavyAIResultSet.java.
|
inline |
Definition at line 827 of file HeavyAIResultSet.java.
|
inline |
Definition at line 998 of file HeavyAIResultSet.java.
|
inline |
Definition at line 836 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1007 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1781 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1790 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1907 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1916 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1673 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1682 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1889 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1898 of file HeavyAIResultSet.java.
|
inline |
Definition at line 2015 of file HeavyAIResultSet.java.
|
inline |
Definition at line 2024 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1655 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1664 of file HeavyAIResultSet.java.
|
inline |
Definition at line 791 of file HeavyAIResultSet.java.
|
inline |
Definition at line 962 of file HeavyAIResultSet.java.
|
inline |
Definition at line 944 of file HeavyAIResultSet.java.
|
inline |
Definition at line 953 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1115 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1124 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1534 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1543 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1141 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1624 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1633 of file HeavyAIResultSet.java.
|
inline |
Definition at line 818 of file HeavyAIResultSet.java.
|
inline |
Definition at line 989 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1727 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1736 of file HeavyAIResultSet.java.
|
inline |
Definition at line 872 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1043 of file HeavyAIResultSet.java.
|
inline |
Definition at line 899 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1070 of file HeavyAIResultSet.java.
|
inline |
Definition at line 908 of file HeavyAIResultSet.java.
|
inline |
Definition at line 1079 of file HeavyAIResultSet.java.
|
inline |
Definition at line 111 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal(), ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), ai.heavy.jdbc.HeavyAIResultSet.getShort(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), and ai.heavy.jdbc.HeavyAIResultSet.getTimestamp().
|
private |
Definition at line 50 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), and ai.heavy.jdbc.HeavyAIResultSet.HeavyAIResultSet().
|
private |
Definition at line 51 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.setFetchSize().
|
private |
Definition at line 53 of file HeavyAIResultSet.java.
|
staticpackage |
Definition at line 42 of file HeavyAIResultSet.java.
|
private |
Definition at line 45 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.HeavyAIResultSet(), ai.heavy.jdbc.HeavyAIResultSet.isAfterLast(), ai.heavy.jdbc.HeavyAIResultSet.isLast(), and ai.heavy.jdbc.HeavyAIResultSet.next().
|
private |
Definition at line 44 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal(), ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), ai.heavy.jdbc.HeavyAIResultSet.getOffsetFromTZ(), ai.heavy.jdbc.HeavyAIResultSet.getShort(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), ai.heavy.jdbc.HeavyAIResultSet.getTimestamp(), ai.heavy.jdbc.HeavyAIResultSet.HeavyAIResultSet(), ai.heavy.jdbc.HeavyAIResultSet.isAfterLast(), ai.heavy.jdbc.HeavyAIResultSet.isBeforeFirst(), ai.heavy.jdbc.HeavyAIResultSet.isFirst(), ai.heavy.jdbc.HeavyAIResultSet.isLast(), and ai.heavy.jdbc.HeavyAIResultSet.next().
|
private |
Definition at line 48 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.close(), ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), and ai.heavy.jdbc.HeavyAIResultSet.HeavyAIResultSet().
|
private |
Definition at line 47 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.close(), ai.heavy.jdbc.HeavyAIResultSet.getArray(), ai.heavy.jdbc.HeavyAIResultSet.getBigDecimal(), ai.heavy.jdbc.HeavyAIResultSet.getBoolean(), ai.heavy.jdbc.HeavyAIResultSet.getDate(), ai.heavy.jdbc.HeavyAIResultSet.getDouble(), ai.heavy.jdbc.HeavyAIResultSet.getFloat(), ai.heavy.jdbc.HeavyAIResultSet.getInt(), ai.heavy.jdbc.HeavyAIResultSet.getLong(), ai.heavy.jdbc.HeavyAIResultSet.getObject(), ai.heavy.jdbc.HeavyAIResultSet.getShort(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getTime(), ai.heavy.jdbc.HeavyAIResultSet.getTimestamp(), and ai.heavy.jdbc.HeavyAIResultSet.HeavyAIResultSet().
|
private |
|
private |
Definition at line 43 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.close(), ai.heavy.jdbc.HeavyAIResultSet.getMetaData(), ai.heavy.jdbc.HeavyAIResultSet.getString(), ai.heavy.jdbc.HeavyAIResultSet.getStringInternal(), and ai.heavy.jdbc.HeavyAIResultSet.HeavyAIResultSet().
|
private |
Definition at line 52 of file HeavyAIResultSet.java.
Referenced by ai.heavy.jdbc.HeavyAIResultSet.clearWarnings(), and ai.heavy.jdbc.HeavyAIResultSet.getWarnings().
|
private |
Definition at line 49 of file HeavyAIResultSet.java.