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 void
qdb.ts_exp_batch_set_column_from_timestamp
(long handle, long batchTables, long tableNum, long columnNum, String name, Timespecs values) static void
qdb.ts_exp_batch_set_table_data
(long handle, long batchTables, long tableNum, String tableName, Timespecs timespecs) static int
qdb.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 Timespecs
Values.asPrimitiveTimestampArray
(ArrayList<Value> in) static Timespecs
static Timespecs
Methods in net.quasardb.qdb.ts with parameters of type TimespecsModifier and TypeMethodDescriptionstatic Points
Points.ofBlobs
(Timespecs xs, ByteBuffer[] ys) static Points
static Points
static Points
static Points
Points.ofTimestamps
(Timespecs xs, Timespecs ys) protected boolean
Points.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)