Inherited by ERXSequence.PrimaryKeySequence.

Public Member Functions | |
| DatabaseSequence (EOEditingContext ec, String modelName, String name) | |
| DatabaseSequence (EOEditingContext ec, String modelName, String name, long initialValue) | |
Protected Member Functions | |
| ERXJDBCConnectionBroker | broker () |
| long | createRow (Connection con, long increment) throws SQLException |
| void | createTable (Connection con) throws SQLException |
| long | increasedMaxValue (long increment) |
| boolean | isCreationError (SQLException ex) |
| long | selectAndUpdateValue (Connection con, long increment) throws SQLException |
Private Attributes | |
| ERXJDBCConnectionBroker | _broker |
| DatabaseSequence | ( | EOEditingContext | ec, | |
| String | modelName, | |||
| String | name, | |||
| long | initialValue | |||
| ) |
| DatabaseSequence | ( | EOEditingContext | ec, | |
| String | modelName, | |||
| String | name | |||
| ) |
| ERXJDBCConnectionBroker broker | ( | ) | [protected] |
| long createRow | ( | Connection | con, | |
| long | increment | |||
| ) | throws SQLException [protected] |
Reimplemented in ERXSequence.PrimaryKeySequence.
| void createTable | ( | Connection | con | ) | throws SQLException [protected] |
| long increasedMaxValue | ( | long | increment | ) | [protected] |
Reimplemented from ERXSequence.
| boolean isCreationError | ( | SQLException | ex | ) | [protected] |
| long selectAndUpdateValue | ( | Connection | con, | |
| long | increment | |||
| ) | throws SQLException [protected] |
ERXJDBCConnectionBroker _broker [private] |
1.5.8