| Class | Description |
|---|---|
| ConcatFunctionModifier |
This Function modifier used to support ANSI concat on Oracle 9i.
|
| DayWeekQuarterFunctionModifier |
This a method for multiple use.
|
| LeftOrRightFunctionModifier |
Convert left(string, count) --> substr(string, 1, count)
or right(string, count) --> substr(string, -1 * count) - we lack a way to express a unary negation
|
| Log10FunctionModifier | |
| MonthOrDayNameFunctionModifier |
Convert the MONTHNAME etc.
|
| OracleExecutionFactory | |
| OracleFormatFunctionModifier | |
| OracleMetadataProcessor | |
| OracleSpatialFunctionModifier | |
| TimestampAddModifier |
Copyright © 2018 JBoss by Red Hat. All rights reserved.