public class ConnectorOracle extends Connector
Connector.Returningconnection| Constructor and Description |
|---|
ConnectorOracle(String driverType,
String server,
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) |
int |
getSequence(String table) |
int |
getSequence(String table,
String field) |
String |
getUserstamp() |
checkExclude, commit, endTran, flagCommit, flagRollback, getTimestamp, prepareCall, prepareStatement, prepareStatement, rollback, setAutoCommit, startTranpublic ConnectorOracle(String driverType, String server, String user, String password) throws ClassNotFoundException, SQLException
driverType - - get inserted into jdbc:oracle:----:user/password[@server]server - - get inserted into jdbc:oracle:driverType:user/password[@----]user - - get inserted into jdbc:oracle:driverType:----/password[@server]password - - get inserted into jdbc:oracle:driverType:user/----[@server]ClassNotFoundExceptionSQLExceptionpublic String getUserstamp() throws SQLException
getUserstamp in class ConnectorSQLExceptionpublic 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 Connector.Returning getReturning(String table, String field) throws SQLException
getReturning in class ConnectorSQLExceptionCopyright © 2017. All rights reserved.