- getConnection() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
-
Return the instance of the pooled postgres connection asocciated to the session.
- getDatabaseName() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the data base name.
- getDataSourceName() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return a name for a data source.
- getInitialConnections() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the initial connection size for the pool.
- getMaxConnections() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the max connection size for the pool.
- getPassword() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the password.
- getPortNumber() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the port number of the server.
- getServerName() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the host of the data base engine.
- getSessionInstance(String, Connection) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
- getUserName() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
-
Return the user name.
- getValueFromColumn(Object) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
-
Mapping some kind of data type from data base to java types.
- GRATER_THAN_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
-