Uses of Class
com.taosdata.jdbc.TSDBResultSetRowData
-
Packages that use TSDBResultSetRowData Package Description com.taosdata.jdbc -
-
Uses of TSDBResultSetRowData in com.taosdata.jdbc
Methods in com.taosdata.jdbc that return TSDBResultSetRowData Modifier and Type Method Description TSDBResultSetRowDataDatabaseMetaDataResultSet. getRowCursor()TSDBResultSetRowDataTSDBResultSet. getRowData()Methods in com.taosdata.jdbc that return types with arguments of type TSDBResultSetRowData Modifier and Type Method Description List<TSDBResultSetRowData>DatabaseMetaDataResultSet. getRowDataList()Methods in com.taosdata.jdbc with parameters of type TSDBResultSetRowData Modifier and Type Method Description intTSDBJNIConnector. fetchRow(long resultSet, TSDBResultSetRowData rowData)Get one row datavoidDatabaseMetaDataResultSet. setRowCursor(TSDBResultSetRowData rowCursor)voidTSDBResultSet. setRowData(TSDBResultSetRowData rowData)Method parameters in com.taosdata.jdbc with type arguments of type TSDBResultSetRowData Modifier and Type Method Description voidDatabaseMetaDataResultSet. setRowDataList(List<TSDBResultSetRowData> rowDataList)
-