public class DseQueryBuilder extends QueryBuilder
Note that, at this time, this class acts a simple pass-through: there is no DSE-specific
syntax for DML queries, therefore it just inherits all of QueryBuilder
's methods, without
adding any of its own.
However, it is a good idea to use it as the entry point to the DSL in your DSE application, to avoid changing all your imports if specialized methods get added here in the future.
Constructor and Description |
---|
DseQueryBuilder() |
add, bindMarker, bindMarker, bindMarker, currentDate, currentTime, currentTimestamp, currentTimeUuid, deleteFrom, deleteFrom, deleteFrom, deleteFrom, divide, function, function, function, function, function, function, function, function, insertInto, insertInto, insertInto, insertInto, literal, literal, literal, maxTimeUuid, minTimeUuid, multiply, negate, now, raw, remainder, selectFrom, selectFrom, selectFrom, selectFrom, subtract, toDate, toTimestamp, toUnixTimestamp, truncate, truncate, truncate, truncate, tuple, tuple, typeHint, udt, udt, update, update, update, update
Copyright © 2017–2021. All rights reserved.