public class ConnectorPostgre extends Connector
Connector.Returningconnection| Constructor and Description |
|---|
ConnectorPostgre(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 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.