public class OracleDialect extends Object implements DatabaseDialect
| Constructor and Description |
|---|
OracleDialect() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateSQLWithOffsetAndLimit(String sql,
Long offset,
Long limit)
Generates SQL with appropriate offset and limit settings.
|
String |
getDatabaseProductName()
Returns common database name 'oracle'.
|
public String getDatabaseProductName()
getDatabaseProductName in interface DatabaseDialectpublic String generateSQLWithOffsetAndLimit(String sql, Long offset, Long limit)
DatabaseDialectgenerateSQLWithOffsetAndLimit in interface DatabaseDialectsql - SQL statementoffset - offset or nulllimit - limit or nullCopyright © 2014–2015 Vracon s.r.o.. All rights reserved.