public class OracleDialect extends DefaultDialect
| Modifier and Type | Field and Description |
|---|---|
static String |
PATTERN_DAY |
static String |
PATTERN_HOUR |
static String |
PATTERN_MINUTE |
static String |
PATTERN_MONTH |
static String |
PATTERN_SECOND |
static String |
PATTERN_YEAR |
| Constructor and Description |
|---|
OracleDialect() |
| Modifier and Type | Method and Description |
|---|---|
Date |
convertToDate(Object value) |
String |
getColumnCastSQL(Column column) |
String |
getColumnTypeSQL(Column column) |
String |
getDynamicDateColumnSQL(DynamicDateColumn column)
The text conversion of a date column is very DB specific.
|
String |
getOffsetLimitSQL(Select select) |
_getLogicalExprConditionSQL, allowAliasInStatements, areEquals, convertToDouble, convertToString, getAliasForColumnSQL, getAliasForStatementSQL, getAliasStatement, getAndExprConditionSQL, getBetweenConditionSQL, getColumnFunctionSQL, getColumnNameQuotedSQL, getColumnNameSQL, getColumnSQL, getConcatFunctionSQL, getConcatFunctionSQL, getConditionSQL, getCoreConditionSQL, getCountQuerySQL, getDateParameterSQL, getDatePartFunctionSQL, getDeleteStatement, getExcludedColumns, getFixedDateColumnSQL, getFromSQL, getFromStatement, getFunctionColumnSQL, getGreaterOrEqualsConditionSQL, getGreaterThanConditionSQL, getGroupBySQL, getGroupByStatement, getInConditionSQL, getInsertStatement, getIsEqualsToConditionSQL, getIsNullConditionSQL, getLikeToConditionSQL, getLogicalConditionSQL, getLowerFunctionSQL, getLowerOrEqualsConditionSQL, getLowerThanConditionSQL, getNotEqualsToConditionSQL, getNotExprConditionSQL, getNotInConditionSQL, getNotNullConditionSQL, getNumberParameterSQL, getOrderBySQL, getOrderByStatement, getOrExprConditionSQL, getParameterSQL, getSchemaNameSQL, getSelectSQL, getSelectStatement, getSimpleColumnSQL, getSortColumnSQL, getSortOrderSQL, getSQL, getSQL, getSQL, getSQL, getStringParameterSQL, getTableNameSQL, getTableSQL, getWhereSQL, getWhereSQL, getWhereStatement, getWhereStatement, invokeMethod, toCharpublic static final String PATTERN_YEAR
public static final String PATTERN_MONTH
public static final String PATTERN_DAY
public static final String PATTERN_HOUR
public static final String PATTERN_MINUTE
public static final String PATTERN_SECOND
public String getColumnTypeSQL(Column column)
getColumnTypeSQL in interface DialectgetColumnTypeSQL in class DefaultDialectpublic Date convertToDate(Object value)
convertToDate in interface DialectconvertToDate in class DefaultDialectpublic String getColumnCastSQL(Column column)
getColumnCastSQL in class DefaultDialectpublic String getDynamicDateColumnSQL(DynamicDateColumn column)
DefaultDialectgetDynamicDateColumnSQL in interface DialectgetDynamicDateColumnSQL in class DefaultDialectpublic String getOffsetLimitSQL(Select select)
getOffsetLimitSQL in interface DialectgetOffsetLimitSQL in class DefaultDialectCopyright © 2017–2019 JBoss by Red Hat. All rights reserved.