Class OracleLegacyDialect
- java.lang.Object
-
- org.dashbuilder.dataprovider.sql.dialect.DefaultDialect
-
- org.dashbuilder.dataprovider.sql.dialect.OracleDialect
-
- org.dashbuilder.dataprovider.sql.dialect.OracleLegacyDialect
-
- All Implemented Interfaces:
Dialect
public class OracleLegacyDialect extends OracleDialect
Oracle dialect for database versions previous to the 12c release
-
-
Field Summary
-
Fields inherited from class org.dashbuilder.dataprovider.sql.dialect.OracleDialect
PATTERN_DAY, PATTERN_HOUR, PATTERN_MINUTE, PATTERN_MONTH, PATTERN_SECOND, PATTERN_YEAR
-
-
Constructor Summary
Constructors Constructor Description OracleLegacyDialect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getExcludedColumns()StringgetOffsetLimitSQL(Select select)StringgetSQL(Select select)-
Methods inherited from class org.dashbuilder.dataprovider.sql.dialect.OracleDialect
convertToDate, getColumnCastSQL, getColumnTypeSQL, getDynamicDateColumnSQL
-
Methods inherited from class org.dashbuilder.dataprovider.sql.dialect.DefaultDialect
_getLogicalExprConditionSQL, allowAliasInStatements, areEquals, convertToDouble, convertToString, getAliasForColumnSQL, getAliasForStatementSQL, getAliasStatement, getAndExprConditionSQL, getBetweenConditionSQL, getColumnFunctionSQL, getColumnNameQuotedSQL, getColumnNameSQL, getColumnSQL, getConcatFunctionSQL, getConcatFunctionSQL, getConditionSQL, getCoreConditionSQL, getCountQuerySQL, getDateParameterSQL, getDatePartFunctionSQL, getDeleteStatement, 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, getStringParameterSQL, getTableNameSQL, getTableSQL, getWhereSQL, getWhereSQL, getWhereStatement, getWhereStatement, invokeMethod, toChar
-
-
-
-
Method Detail
-
getExcludedColumns
public String[] getExcludedColumns()
- Specified by:
getExcludedColumnsin interfaceDialect- Overrides:
getExcludedColumnsin classDefaultDialect
-
getSQL
public String getSQL(Select select)
- Specified by:
getSQLin interfaceDialect- Overrides:
getSQLin classDefaultDialect
-
getOffsetLimitSQL
public String getOffsetLimitSQL(Select select)
- Specified by:
getOffsetLimitSQLin interfaceDialect- Overrides:
getOffsetLimitSQLin classOracleDialect
-
-