public class ConnectorDB2 extends Connector
Connector.Returningconnection| Constructor and Description |
|---|
ConnectorDB2(String server,
String schema,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBigSequence(String table) |
long |
getBigSequence(String table,
String field) |
Connector.Returning |
getReturning(String table,
String field)
returns 4 string array with last element empty string to show a sequence
|
int |
getSequence(String table) |
int |
getSequence(String table,
String field) |
String |
getUserstamp() |
checkExclude, commit, endTran, flagCommit, flagRollback, getTimestamp, prepareCall, prepareStatement, prepareStatement, rollback, setAutoCommit, startTranpublic int getSequence(String table) throws SQLException
getSequence in class ConnectorSQLExceptionpublic long getBigSequence(String table) throws SQLException
getBigSequence in class ConnectorSQLExceptionpublic int getSequence(String table, String field) throws SQLException
getSequence in class ConnectorSQLExceptionpublic long getBigSequence(String table, String field) throws SQLException
getBigSequence in class ConnectorSQLExceptionpublic String getUserstamp() throws SQLException
getUserstamp in class ConnectorSQLExceptionpublic Connector.Returning getReturning(String table, String field) throws SQLException
getReturning in class ConnectorSQLExceptionCopyright © 2017. All rights reserved.