类 TSDBResultSetRowData
- java.lang.Object
-
- com.taosdata.jdbc.TSDBResultSetRowData
-
public class TSDBResultSetRowData extends Object
-
-
构造器概要
构造器 构造器 说明 TSDBResultSetRowData(int colSize)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclear()booleangetBoolean(int col, int nativeType)doublegetDouble(int col, int nativeType)floatgetFloat(int col, int nativeType)intgetInt(int col, int nativeType)longgetLong(int col, int nativeType)ObjectgetObject(int col)StringgetString(int col, int nativeType)TimestampgetTimestamp(int col, int nativeType)voidsetBoolean(int col, boolean value)!!!voidsetBooleanValue(int col, boolean value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetByte(int col, byte value)!!!voidsetByteArray(int col, byte[] value)!!!voidsetByteArrayValue(int colIndex, byte[] value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetByteValue(int colIndex, byte value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetDouble(int col, double value)!!!voidsetDoubleValue(int colIndex, double value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetFloat(int col, float value)!!!voidsetFloatValue(int colIndex, float value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetInt(int col, int value)!!!voidsetIntValue(int colIndex, int value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetLong(int col, long value)!!!voidsetLongValue(int colIndex, long value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetShort(int col, short value)!!!voidsetShortValue(int colIndex, short value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetString(int col, String value)!!!voidsetStringValue(int colIndex, String value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apivoidsetTimestamp(int col, long ts)this implementation is used for TDengine old versionvoidsetTimestamp(int col, long ts, int precision)!!!voidsetTimestampValue(int colIndex, long value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC apibooleanwasNull(int col)
-
-
-
方法详细资料
-
clear
public void clear()
-
wasNull
public boolean wasNull(int col)
-
setBooleanValue
public void setBooleanValue(int col, boolean value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setBoolean
public void setBoolean(int col, boolean value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
getBoolean
public boolean getBoolean(int col, int nativeType) throws SQLException- 抛出:
SQLException
-
setByteValue
public void setByteValue(int colIndex, byte value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setByte
public void setByte(int col, byte value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
setShortValue
public void setShortValue(int colIndex, short value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setShort
public void setShort(int col, short value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
setIntValue
public void setIntValue(int colIndex, int value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setInt
public void setInt(int col, int value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
getInt
public int getInt(int col, int nativeType) throws SQLException- 抛出:
SQLException
-
setLongValue
public void setLongValue(int colIndex, long value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setLong
public void setLong(int col, long value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
getLong
public long getLong(int col, int nativeType) throws SQLException- 抛出:
SQLException
-
setFloatValue
public void setFloatValue(int colIndex, float value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setFloat
public void setFloat(int col, float value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
getFloat
public float getFloat(int col, int nativeType) throws SQLException- 抛出:
SQLException
-
setDoubleValue
public void setDoubleValue(int colIndex, double value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setDouble
public void setDouble(int col, double value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
getDouble
public double getDouble(int col, int nativeType) throws SQLException- 抛出:
SQLException
-
setStringValue
public void setStringValue(int colIndex, String value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setString
public void setString(int col, String value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
setByteArrayValue
public void setByteArrayValue(int colIndex, byte[] value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setByteArray
public void setByteArray(int col, byte[] value)!!! this method is invoked by JNI method and the index start from 0 in C implementations
-
getString
public String getString(int col, int nativeType)
-
setTimestampValue
public void setTimestampValue(int colIndex, long value)$$$ this method is invoked by databaseMetaDataResultSet and so on which use an index start from 1 in JDBC api
-
setTimestamp
public void setTimestamp(int col, long ts, int precision)!!! this method is invoked by JNI method and the index start from 0 in C implementations- 参数:
precision- 0 : ms, 1 : us, 2 : ns
-
setTimestamp
public void setTimestamp(int col, long ts)this implementation is used for TDengine old version
-
getTimestamp
public Timestamp getTimestamp(int col, int nativeType)
-
getObject
public Object getObject(int col)
-
-