public class IoTDBMetadataResultSet extends IoTDBQueryResultSet
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IoTDBMetadataResultSet.MetadataType |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
GET_STRING_TIMESERIES_DATATYPE |
| 限定符和类型 | 方法和说明 |
|---|---|
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 int findColumn(String columnName) throws SQLException
findColumn 在接口中 ResultSetfindColumn 在类中 IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 IoTDBQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName, int scale) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 IoTDBQueryResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean 在接口中 ResultSetgetBoolean 在类中 IoTDBQueryResultSetSQLExceptionpublic boolean getBoolean(String columnName) throws SQLException
getBoolean 在接口中 ResultSetgetBoolean 在类中 IoTDBQueryResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 IoTDBQueryResultSetSQLExceptionpublic byte getByte(String columnName) throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 IoTDBQueryResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes 在接口中 ResultSetgetBytes 在类中 IoTDBQueryResultSetSQLExceptionpublic byte[] getBytes(String columnName) throws SQLException
getBytes 在接口中 ResultSetgetBytes 在类中 IoTDBQueryResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency 在接口中 ResultSetgetConcurrency 在类中 IoTDBQueryResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 IoTDBQueryResultSetSQLExceptionpublic Date getDate(String columnName) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 IoTDBQueryResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 IoTDBQueryResultSetSQLExceptionpublic double getDouble(String columnName) throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 IoTDBQueryResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection 在接口中 ResultSetgetFetchDirection 在类中 IoTDBQueryResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 IoTDBQueryResultSetSQLExceptionpublic float getFloat(String columnName) throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 IoTDBQueryResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 IoTDBQueryResultSetSQLExceptionpublic int getInt(String columnName) throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 IoTDBQueryResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 IoTDBQueryResultSetSQLExceptionpublic long getLong(String columnName) throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 IoTDBQueryResultSetSQLExceptionpublic ResultSetMetaData getMetaData()
getMetaData 在接口中 ResultSetgetMetaData 在类中 IoTDBQueryResultSetpublic boolean next()
next 在接口中 ResultSetnext 在类中 IoTDBQueryResultSetpublic Object getObject(int columnIndex) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 IoTDBQueryResultSetSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 IoTDBQueryResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 IoTDBQueryResultSetSQLExceptionpublic short getShort(String columnName) throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 IoTDBQueryResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement 在接口中 ResultSetgetStatement 在类中 IoTDBQueryResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString 在接口中 ResultSetgetString 在类中 IoTDBQueryResultSetSQLExceptionpublic String getString(String columnName)
getString 在接口中 ResultSetgetString 在类中 IoTDBQueryResultSetpublic Time getTime(int columnIndex) throws SQLException
getTime 在接口中 ResultSetgetTime 在类中 IoTDBQueryResultSetSQLExceptionpublic Time getTime(String columnName) throws SQLException
getTime 在接口中 ResultSetgetTime 在类中 IoTDBQueryResultSetSQLExceptionpublic int getType()
getType 在接口中 ResultSetgetType 在类中 IoTDBQueryResultSetpublic SQLWarning getWarnings() throws SQLException
getWarnings 在接口中 ResultSetgetWarnings 在类中 IoTDBQueryResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed 在接口中 ResultSetisClosed 在类中 IoTDBQueryResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull 在接口中 ResultSetwasNull 在类中 IoTDBQueryResultSetSQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.