
Public Member Functions | |
| String | externalTypeForJDBCType (JDBCAdaptor adaptor, int type) |
| String | limitExpressionForSQL (EOSQLExpression expression, EOFetchSpecification fetchSpecification, String sql, long start, long end) |
Protected Member Functions | |
| Pattern | commentPattern () |
| Pattern commentPattern | ( | ) | [protected] |
Returns a pattern than matches lines that start with "--".
Reimplemented from ERXSQLHelper.
| String externalTypeForJDBCType | ( | JDBCAdaptor | adaptor, | |
| int | jdbcType | |||
| ) |
JDBCAdaptor.externalTypeForJDBCType just returns the first type it finds instead of trying to find a best match. This can still fail, mind you, but it should be much better than the EOF default impl.
| adaptor | the adaptor to retrieve an external type for | |
| jdbcType | the JDBC type number |
Reimplemented from ERXSQLHelper.
| String limitExpressionForSQL | ( | EOSQLExpression | expression, | |
| EOFetchSpecification | fetchSpecification, | |||
| String | sql, | |||
| long | start, | |||
| long | end | |||
| ) |
Reimplemented from ERXSQLHelper.
1.5.8