
Public Member Functions | |
| void | addCreateClauseForAttribute (final EOAttribute attribute) |
| String | formatValueForAttribute (final Object value, final EOAttribute eoattribute) |
| H2Expression (final EOEntity entity) | |
Protected Member Functions | |
| boolean | enableBooleanQuoting () |
Private Member Functions | |
| String | formatBigDecimal (final BigDecimal value, final EOAttribute eoattribute) |
| boolean | isDateAttribute (final EOAttribute eoattribute) |
| boolean | isTimestampAttribute (final EOAttribute eoattribute) |
| H2Expression | ( | final EOEntity | entity | ) |
| void addCreateClauseForAttribute | ( | final EOAttribute | attribute | ) |
| boolean enableBooleanQuoting | ( | ) | [protected] |
| String formatBigDecimal | ( | final BigDecimal | value, | |
| final EOAttribute | eoattribute | |||
| ) | [private] |
| value | ||
| eoattribute |
| String formatValueForAttribute | ( | final Object | value, | |
| final EOAttribute | eoattribute | |||
| ) |
| boolean isDateAttribute | ( | final EOAttribute | eoattribute | ) | [private] |
Helper to check for timestamp columns that have a "D" value type.
| eoattribute |
| boolean isTimestampAttribute | ( | final EOAttribute | eoattribute | ) | [private] |
Helper to check for timestamp columns that have a "T" value type.
| eoattribute |
1.5.8