public class IoTDBMetadataResultSet extends IoTDBQueryResultSet
| Modifier and Type | Class and Description |
|---|---|
static class |
IoTDBMetadataResultSet.MetadataType |
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_STRING_TIMESERIES_DATATYPE |
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE| Modifier and Type | Method and Description |
|---|---|
int |
findColumn(String columnName) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnName) |
BigDecimal |
getBigDecimal(String columnName,
int scale) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnName) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnName) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnName) |
int |
getConcurrency() |
Date |
getDate(int columnIndex) |
Date |
getDate(String columnName) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnName) |
int |
getFetchDirection() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnName) |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
long |
getLong(int columnIndex) |
long |
getLong(String columnName) |
ResultSetMetaData |
getMetaData() |
Object |
getObject(int columnIndex) |
Object |
getObject(String columnName) |
short |
getShort(int columnIndex) |
short |
getShort(String columnName) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
Time |
getTime(int columnIndex) |
Time |
getTime(String columnName) |
int |
getType() |
SQLWarning |
getWarnings() |
boolean |
isClosed() |
boolean |
next() |
boolean |
wasNull() |
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, first, getArray, getArray, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getBlob, getBlob, getCharacterStream, getCharacterStream, getClob, getClob, getCursorName, getDate, getDate, getFetchSize, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getSQLXML, getSQLXML, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, insertRow, isAfterLast, isBeforeFirst, isFirst, isIgnoreTimeStamp, isLast, isWrapperFor, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, setIgnoreTimeStamp, unwrap, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic static final String GET_STRING_TIMESERIES_DATATYPE
public int findColumn(String columnName) throws SQLException
findColumn in interface ResultSetfindColumn in class IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName, int scale) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class IoTDBQueryResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean in interface ResultSetgetBoolean in class IoTDBQueryResultSetSQLExceptionpublic boolean getBoolean(String columnName) throws SQLException
getBoolean in interface ResultSetgetBoolean in class IoTDBQueryResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte in interface ResultSetgetByte in class IoTDBQueryResultSetSQLExceptionpublic byte getByte(String columnName) throws SQLException
getByte in interface ResultSetgetByte in class IoTDBQueryResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes in interface ResultSetgetBytes in class IoTDBQueryResultSetSQLExceptionpublic byte[] getBytes(String columnName) throws SQLException
getBytes in interface ResultSetgetBytes in class IoTDBQueryResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetgetConcurrency in class IoTDBQueryResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate in interface ResultSetgetDate in class IoTDBQueryResultSetSQLExceptionpublic Date getDate(String columnName) throws SQLException
getDate in interface ResultSetgetDate in class IoTDBQueryResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble in interface ResultSetgetDouble in class IoTDBQueryResultSetSQLExceptionpublic double getDouble(String columnName) throws SQLException
getDouble in interface ResultSetgetDouble in class IoTDBQueryResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetgetFetchDirection in class IoTDBQueryResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat in interface ResultSetgetFloat in class IoTDBQueryResultSetSQLExceptionpublic float getFloat(String columnName) throws SQLException
getFloat in interface ResultSetgetFloat in class IoTDBQueryResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt in interface ResultSetgetInt in class IoTDBQueryResultSetSQLExceptionpublic int getInt(String columnName) throws SQLException
getInt in interface ResultSetgetInt in class IoTDBQueryResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong in interface ResultSetgetLong in class IoTDBQueryResultSetSQLExceptionpublic long getLong(String columnName) throws SQLException
getLong in interface ResultSetgetLong in class IoTDBQueryResultSetSQLExceptionpublic ResultSetMetaData getMetaData()
getMetaData in interface ResultSetgetMetaData in class IoTDBQueryResultSetpublic boolean next()
next in interface ResultSetnext in class IoTDBQueryResultSetpublic Object getObject(int columnIndex) throws SQLException
getObject in interface ResultSetgetObject in class IoTDBQueryResultSetSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject in interface ResultSetgetObject in class IoTDBQueryResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort in interface ResultSetgetShort in class IoTDBQueryResultSetSQLExceptionpublic short getShort(String columnName) throws SQLException
getShort in interface ResultSetgetShort in class IoTDBQueryResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement in interface ResultSetgetStatement in class IoTDBQueryResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString in interface ResultSetgetString in class IoTDBQueryResultSetSQLExceptionpublic String getString(String columnName)
getString in interface ResultSetgetString in class IoTDBQueryResultSetpublic Time getTime(int columnIndex) throws SQLException
getTime in interface ResultSetgetTime in class IoTDBQueryResultSetSQLExceptionpublic Time getTime(String columnName) throws SQLException
getTime in interface ResultSetgetTime in class IoTDBQueryResultSetSQLExceptionpublic int getType()
getType in interface ResultSetgetType in class IoTDBQueryResultSetpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetgetWarnings in class IoTDBQueryResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface ResultSetisClosed in class IoTDBQueryResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface ResultSetwasNull in class IoTDBQueryResultSetSQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.