public class DB2SQLDialectAdapter extends SQL99DialectAdapter
| Constructor and Description |
|---|
DB2SQLDialectAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getTrueTable()
Returns the name of special system table having one tuple only if the FROM clause is always required in the dialect
|
String |
sqlSlice(long limit,
long offset)
There is no standard for this part.
|
buildDefaultName, escapedSingleQuote, getSQLLexicalFormString, nameTopVariable, render, sqlQuotepublic String sqlSlice(long limit, long offset)
SQL99DialectAdapterArbitrary default implementation proposed (may not work with many DB engines).
sqlSlice in interface SQLDialectAdaptersqlSlice in class SQL99DialectAdapterpublic Optional<String> getTrueTable()
SQLDialectAdaptergetTrueTable in interface SQLDialectAdaptergetTrueTable in class SQL99DialectAdapterCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.