Uses of Class
net.quasardb.qdb.ts.Timespecs
Packages that use Timespecs
-
Uses of Timespecs in net.quasardb.qdb.jni
Methods in net.quasardb.qdb.jni with parameters of type TimespecsModifier and TypeMethodDescriptionstatic voidqdb.ts_exp_batch_set_column_from_timestamp(long handle, long batchTables, long tableNum, long columnNum, String name, Timespecs values) static voidqdb.ts_exp_batch_set_table_data(long handle, long batchTables, long tableNum, String tableName, Timespecs timespecs) static intqdb.ts_point_insert(long handle, String tableName, String columnName, Timespecs timespecs, int valueType, Object values) -
Uses of Timespecs in net.quasardb.qdb.ts
Fields in net.quasardb.qdb.ts declared as TimespecsMethods in net.quasardb.qdb.ts that return TimespecsModifier and TypeMethodDescriptionstatic TimespecsValues.asPrimitiveTimestampArray(ArrayList<Value> in) static Timespecsstatic TimespecsMethods in net.quasardb.qdb.ts with parameters of type TimespecsModifier and TypeMethodDescriptionstatic PointsPoints.ofBlobs(Timespecs xs, ByteBuffer[] ys) static Pointsstatic Pointsstatic Pointsstatic PointsPoints.ofTimestamps(Timespecs xs, Timespecs ys) protected booleanPoints.TimestampData.typedValueEquals(Timespecs o) Constructors in net.quasardb.qdb.ts with parameters of type TimespecsModifierConstructorDescriptionBlobData(Timespecs timespecs, ByteBuffer[] values) DoubleData(Timespecs timespecs, double[] values) StringData(Timespecs timespecs, String[] values) TimestampData(Timespecs timespecs, Timespecs values)