public class TsfileMetadataResultSet extends TsfileQueryResultSet
| 构造器和说明 |
|---|
TsfileMetadataResultSet(List<ColumnSchema> columnSchemas,
List<String> deltaObjectList) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
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, 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, isLast, isWrapperFor, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, 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 TsfileMetadataResultSet(List<ColumnSchema> columnSchemas, List<String> deltaObjectList)
public void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 ResultSetclose 在类中 TsfileQueryResultSetSQLExceptionpublic int findColumn(String columnName) throws SQLException
findColumn 在接口中 ResultSetfindColumn 在类中 TsfileQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 TsfileQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 TsfileQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 TsfileQueryResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName, int scale) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 TsfileQueryResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean 在接口中 ResultSetgetBoolean 在类中 TsfileQueryResultSetSQLExceptionpublic boolean getBoolean(String columnName) throws SQLException
getBoolean 在接口中 ResultSetgetBoolean 在类中 TsfileQueryResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 TsfileQueryResultSetSQLExceptionpublic byte getByte(String columnName) throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 TsfileQueryResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes 在接口中 ResultSetgetBytes 在类中 TsfileQueryResultSetSQLExceptionpublic byte[] getBytes(String columnName) throws SQLException
getBytes 在接口中 ResultSetgetBytes 在类中 TsfileQueryResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency 在接口中 ResultSetgetConcurrency 在类中 TsfileQueryResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 TsfileQueryResultSetSQLExceptionpublic Date getDate(String columnName) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 TsfileQueryResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 TsfileQueryResultSetSQLExceptionpublic double getDouble(String columnName) throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 TsfileQueryResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection 在接口中 ResultSetgetFetchDirection 在类中 TsfileQueryResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 TsfileQueryResultSetSQLExceptionpublic float getFloat(String columnName) throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 TsfileQueryResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 TsfileQueryResultSetSQLExceptionpublic int getInt(String columnName) throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 TsfileQueryResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 TsfileQueryResultSetSQLExceptionpublic long getLong(String columnName) throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 TsfileQueryResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData 在接口中 ResultSetgetMetaData 在类中 TsfileQueryResultSetSQLExceptionpublic boolean next()
throws SQLException
next 在接口中 ResultSetnext 在类中 TsfileQueryResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 TsfileQueryResultSetSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 TsfileQueryResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 TsfileQueryResultSetSQLExceptionpublic short getShort(String columnName) throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 TsfileQueryResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement 在接口中 ResultSetgetStatement 在类中 TsfileQueryResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString 在接口中 ResultSetgetString 在类中 TsfileQueryResultSetSQLExceptionpublic String getString(String columnName) throws SQLException
getString 在接口中 ResultSetgetString 在类中 TsfileQueryResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime 在接口中 ResultSetgetTime 在类中 TsfileQueryResultSetSQLExceptionpublic Time getTime(String columnName) throws SQLException
getTime 在接口中 ResultSetgetTime 在类中 TsfileQueryResultSetSQLExceptionpublic int getType()
throws SQLException
getType 在接口中 ResultSetgetType 在类中 TsfileQueryResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings 在接口中 ResultSetgetWarnings 在类中 TsfileQueryResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed 在接口中 ResultSetisClosed 在类中 TsfileQueryResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull 在接口中 ResultSetwasNull 在类中 TsfileQueryResultSetSQLExceptionCopyright © 2017. All rights reserved.