Uses of Class
net.quasardb.qdb.batch.Batch
Packages that use Batch
-
Uses of Batch in net.quasardb.qdb.batch
Methods in net.quasardb.qdb.batch that return BatchMethods in net.quasardb.qdb.batch with parameters of type BatchModifier and TypeMethodDescriptionstatic BlobEntry
static DoubleEntry
static IntegerEntry
static StringEntry
static TimestampEntry
Constructors in net.quasardb.qdb.batch with parameters of type BatchModifierConstructorDescriptionprotected
protected
DoubleEntry
(Batch batch, String alias) protected
IntegerEntry
(Batch batch, String alias) protected
StringEntry
(Batch batch, String alias) protected
TimestampEntry
(Batch batch, String alias)