public class OracleDriver extends GenericDriver
| Constructor and Description |
|---|
OracleDriver() |
| Modifier and Type | Method and Description |
|---|---|
String |
autoNumber(EDml dmlType,
Function function) |
String |
columnAlias(Function function,
int position) |
Object |
fromBoolean(Boolean o) |
Object |
fromTimestamp(Date o) |
AutoKeyStrategy |
getAutoKeyStrategy() |
String |
getAutoNumberQuery(Column<? extends Number> column,
boolean current) |
protected String |
getDefault() |
String |
getSql(Delete delete) |
String |
getSql(Sequence sequence,
boolean nextValue) |
String |
getSql(Update update) |
String |
now(EDml dmlType,
Function function) |
String |
paginate(Query query,
String sql) |
int |
paginationColumnOffset(Query query) |
String |
secondsdiff(EDml dmlType,
Function function) |
void |
setUseSQLPagination(boolean sqlPagination) |
Boolean |
toBoolean(ResultSetWrapper rsw,
int columnIndex) |
protected Object |
toDefault(ResultSetWrapper rsw,
int columnIndex) |
Date |
toTimestamp(ResultSetWrapper rsw,
int columnIndex) |
boolean |
useSQLPagination() |
add, alias, and, boundedValueRange, caseElse, caseStatement, caseWhen, coalesce, columnName, columnName, count, createDeleteBuilder, createInsertBuilder, createQueryBuilder, createUpdateBuilder, diferent, exists, fromBigDecimal, fromBin, fromDate, fromDateTime, fromDb, fromDecimal, fromIdentity, fromInteger, fromLong, fromNull, fromShort, fromString, fromText, fromTime, fromTiny, fromUnknown, getAutoNumberQuery, getCalendar, getCurrentAutoNumberQuery, getSql, getSql, getSql, greater, greaterOrMatch, ignoreNullKeys, ilike, iMatch, in, isNull, lesser, lesserOrMatch, like, lower, match, max, min, minus, multiply, or, param, prepareConnection, range, rolloverParameter, rtrim, setTimeZoneId, subQuery, sum, tableAlias, tableName, toBigDecimal, toBin, toDate, toDateTime, toDecimal, toIdentity, toInteger, toLong, toShort, toString, toText, toTime, toTiny, translate, upper, val, valueRangepublic AutoKeyStrategy getAutoKeyStrategy()
public String getAutoNumberQuery(Column<? extends Number> column, boolean current)
getAutoNumberQuery in class GenericDriverpublic String getSql(Sequence sequence, boolean nextValue)
getSql in interface DrivergetSql in class GenericDriverprotected String getDefault()
getDefault in class GenericDriverpublic int paginationColumnOffset(Query query)
paginationColumnOffset in interface DriverpaginationColumnOffset in class GenericDriverpublic void setUseSQLPagination(boolean sqlPagination)
public boolean useSQLPagination()
useSQLPagination in interface DriveruseSQLPagination in class GenericDriverpublic String autoNumber(EDml dmlType, Function function)
autoNumber in class GenericDriverpublic String secondsdiff(EDml dmlType, Function function)
secondsdiff in class GenericDriverpublic String now(EDml dmlType, Function function)
now in class GenericDriverpublic String paginate(Query query, String sql)
paginate in class GenericDriverpublic String columnAlias(Function function, int position)
columnAlias in interface DrivercolumnAlias in class GenericDriverpublic Boolean toBoolean(ResultSetWrapper rsw, int columnIndex) throws SQLException
toBoolean in interface DrivertoBoolean in class GenericDriverSQLExceptionpublic Date toTimestamp(ResultSetWrapper rsw, int columnIndex) throws SQLException
toTimestamp in interface DrivertoTimestamp in class GenericDriverSQLExceptionpublic Object fromBoolean(Boolean o)
fromBoolean in interface DriverfromBoolean in class GenericDriverpublic Object fromTimestamp(Date o)
fromTimestamp in interface DriverfromTimestamp in class GenericDriverprotected Object toDefault(ResultSetWrapper rsw, int columnIndex) throws SQLException
toDefault in class GenericDriverSQLExceptionpublic String getSql(Update update)
getSql in interface DrivergetSql in class GenericDriverCopyright © 2019. All rights reserved.