| java.lang.Object org.h2.server.pg.PgServer
PgServer | public class PgServer implements Service(Code) | | This class implements a subset of the PostgreSQL protocol as described here:
http://developer.postgresql.org/pgdocs/postgres/protocol.html
The PostgreSQL catalog is described here:
http://www.postgresql.org/docs/7.4/static/catalogs.html
|
DEFAULT_PORT | final public static int DEFAULT_PORT(Code) | | |
getAllowOthers | public boolean getAllowOthers()(Code) | | |
getIfExists | public boolean getIfExists()(Code) | | |
getIndexColumn | public static String getIndexColumn(Connection conn, int indexId, Integer ordinalPosition, Boolean pretty) throws SQLException(Code) | | The Java implementation of the PostgreSQL function pg_get_indexdef. The
method is used to get CREATE INDEX command for an index, or the column
definition of one column in the index.
Parameters: conn - the connection Parameters: indexId - the index id Parameters: ordinalPosition - the ordinal position (null if the SQL statementshould be returned) Parameters: pretty - this flag is ignored the SQL statement or the column name |
hasDatabasePrivilege | public static boolean hasDatabasePrivilege(int id, String privilege)(Code) | | |
hasTablePrivilege | public static boolean hasTablePrivilege(String table, String privilege)(Code) | | |
isRunning | public boolean isRunning()(Code) | | |
listen | public void listen()(Code) | | |
|
|