public class MonetDBSQLDialectAdapter extends SQL99DialectAdapter
| Constructor and Description |
|---|
MonetDBSQLDialectAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSQLLexicalFormString(String constant)
By default, quotes and escapes isolated single quotes
|
String |
nameTopVariable(String variableName,
Set<String> sqlVariableNames)
Allows the SQL dialect adapter to put restrict on the name (e.g.
|
String |
sqlQuote(String name) |
String |
sqlSlice(long limit,
long offset)
There is no standard for this part.
|
buildDefaultName, escapedSingleQuote, getTrueTable, renderpublic String sqlQuote(String name)
sqlQuote in interface SQLDialectAdaptersqlQuote in class SQL99DialectAdapterpublic String sqlSlice(long limit, long offset)
sqlSlice in interface SQLDialectAdaptersqlSlice in class SQL99DialectAdapterpublic String getSQLLexicalFormString(String constant)
SQL99DialectAdaptergetSQLLexicalFormString in class SQL99DialectAdapterpublic String nameTopVariable(String variableName, Set<String> sqlVariableNames)
SQLDialectAdapternameTopVariable in interface SQLDialectAdapternameTopVariable in class SQL99DialectAdapterCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.