public class Mysql2SQLDialectAdapter extends SQL99DialectAdapter
| Constructor and Description |
|---|
Mysql2SQLDialectAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
escapedSingleQuote() |
String |
getSQLLexicalFormString(String constant)
Also doubles anti-slashes
|
String |
sqlQuote(String name) |
String |
sqlSlice(long limit,
long offset)
There is no standard for this part.
|
buildDefaultName, getTrueTable, nameTopVariable, renderpublic String sqlQuote(String name)
sqlQuote in interface SQLDialectAdaptersqlQuote in class SQL99DialectAdapterpublic String sqlSlice(long limit, long offset)
SQL99DialectAdapterArbitrary default implementation proposed (may not work with many DB engines).
sqlSlice in interface SQLDialectAdaptersqlSlice in class SQL99DialectAdapterpublic String escapedSingleQuote()
escapedSingleQuote in class SQL99DialectAdapterpublic String getSQLLexicalFormString(String constant)
getSQLLexicalFormString in class SQL99DialectAdapterCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.