public class OrientDbDialect extends Object implements SqlDialect
SqlDialect
for OrientDB.Modifier and Type | Field and Description |
---|---|
static OrientDbDialect |
INSTANCE
The singleton instance of this class.
|
Constructor and Description |
---|
OrientDbDialect()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
quoteReference() |
String |
selectDistinct() |
String |
upsert() |
String |
variable(Variable<?> variable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
alias, and, as, as, assignment, conjuction, countAll, delete, deleteFrom, distinct, empty, endConjunction, endExpression, escape, escape, fetch, forUpdate, from, groupBy, having, in, innerJoin, insert, insertInto, into, is, isEmpty, isNotEmpty, isNotNull, isNull, join, leftJoin, leftOuterJoin, let, like, limit, literalFalse, literalNull, literalTrue, not, offset, operator, or, order, orderBy, parameter, parameter, property, ref, select, selectCountAll, separator, set, startConjunction, startExpression, update, where
public static final OrientDbDialect INSTANCE
public String quoteReference()
quoteReference
in interface SqlDialect
String
for no quoting of references.public String variable(Variable<?> variable)
variable
in interface SqlDialect
variable
- the Variable
.Variable
.public String selectDistinct()
selectDistinct
in interface SqlDialect
SqlDialect.select()
#distinct() (as supported by dialect or regular select).public String upsert() throws UnsupportedOperationException
upsert
in interface SqlDialect
UPSERT
keyword.UnsupportedOperationException
- if not supported by this dialect.FeatureUpsert
Copyright © 2001–2016 mmm-Team. All rights reserved.