org.xerial.db.sql.postgres
Class PostgresAccess
java.lang.Object
org.xerial.db.sql.DatabaseAccessBase
org.xerial.db.sql.postgres.PostgresAccess
- All Implemented Interfaces:
- DatabaseAccess
public class PostgresAccess
- extends DatabaseAccessBase
Database Access to PostgreSQL
- Author:
- leo
|
Constructor Summary |
PostgresAccess(ConnectionPool connectionPool)
|
PostgresAccess(String host,
String databaseName,
int port,
String user,
String path)
|
PostgresAccess(String host,
String databaseName,
int port,
String user,
String path,
int numConnections)
|
PostgresAccess(String address,
String user,
String path)
|
PostgresAccess(String address,
String user,
String path,
int numConnections)
|
| Methods inherited from class org.xerial.db.sql.DatabaseAccessBase |
accumulate, createStatement, createValueTupleFromBean, dispose, getConnectionPool, getRelation, getTableNameList, insert, query, query, query, queryWithHandler, setAutoCommit, setQueryTimeout, singleColumnQuery, toJSON, update, update, updateWithPreparedStatement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRIVER_NAME
public static final String DRIVER_NAME
- See Also:
- Constant Field Values
ADDRESS_PREFIX
public static final String ADDRESS_PREFIX
- See Also:
- Constant Field Values
PostgresAccess
public PostgresAccess(ConnectionPool connectionPool)
throws DBException
- Throws:
DBException
PostgresAccess
public PostgresAccess(String address,
String user,
String path)
throws DBException
- Throws:
DBException
PostgresAccess
public PostgresAccess(String address,
String user,
String path,
int numConnections)
throws DBException
- Throws:
DBException
PostgresAccess
public PostgresAccess(String host,
String databaseName,
int port,
String user,
String path)
throws DBException
- Throws:
DBException
PostgresAccess
public PostgresAccess(String host,
String databaseName,
int port,
String user,
String path,
int numConnections)
throws DBException
- Throws:
DBException

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.