Skip navigation links
B C D E G I L M O P R S U 

B

begin() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageLayer
The first time this method creates a postgres pooling data source, then only return a session with a postgres connection.

C

close() - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
Close the postgres connection, when the connection is closed its is released to the connections pool.
createResultSet(Query, ResultSet, Class) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
Creates a hcjf result set from a postgres data base result set.

D

DISTINCT_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 

E

EQUALS_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 
execute(Object...) - Method in class org.hcjf.layers.storage.postgres.actions.PostgresSelect
Creates a prepared statement from the internal query and execute this statement into postgres engine and transform the postgres result set to a hcjf result set.
execute(Object...) - Method in class org.hcjf.layers.storage.postgres.actions.PostgresUpdate
Builds and executes the update sentence.

G

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
 

I

init() - Static method in class org.hcjf.layers.storage.postgres.properties.PostgresProperties
 
IS_NOT_NULL_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 
IS_NULL_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 

L

LIKE_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 

M

main() - Static method in class org.hcjf.layers.storage.postgres.errors.PostgressErrors
 

O

onError(Throwable) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
This method is callas when occurs an error in some operation over the session.
org.hcjf.layers.storage.postgres - package org.hcjf.layers.storage.postgres
 
org.hcjf.layers.storage.postgres.actions - package org.hcjf.layers.storage.postgres.actions
 
org.hcjf.layers.storage.postgres.errors - package org.hcjf.layers.storage.postgres.errors
 
org.hcjf.layers.storage.postgres.properties - package org.hcjf.layers.storage.postgres.properties
 

P

POSTGRES_EXECUTE_STATEMENT_LOG_TAG - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties
 
POSTGRES_STORAGE_LAYER_LOG_TAG - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties
 
PostgresDelete - Class in org.hcjf.layers.storage.postgres.actions
 
PostgresDelete() - Constructor for class org.hcjf.layers.storage.postgres.actions.PostgresDelete
 
PostgresInsert - Class in org.hcjf.layers.storage.postgres.actions
 
PostgresInsert() - Constructor for class org.hcjf.layers.storage.postgres.actions.PostgresInsert
 
PostgresProperties - Class in org.hcjf.layers.storage.postgres.properties
 
PostgresProperties() - Constructor for class org.hcjf.layers.storage.postgres.properties.PostgresProperties
 
PostgresProperties.ReservedWord - Class in org.hcjf.layers.storage.postgres.properties
 
PostgresSelect - Class in org.hcjf.layers.storage.postgres.actions
Select implementation for postgres database.
PostgresSelect(PostgresStorageSession) - Constructor for class org.hcjf.layers.storage.postgres.actions.PostgresSelect
 
PostgressErrors - Class in org.hcjf.layers.storage.postgres.errors
 
PostgressErrors() - Constructor for class org.hcjf.layers.storage.postgres.errors.PostgressErrors
 
PostgresStorageLayer<S extends PostgresStorageSession> - Class in org.hcjf.layers.storage.postgres
Base layer to create a pooling connection with a postgres data base engine.
PostgresStorageLayer(String) - Constructor for class org.hcjf.layers.storage.postgres.PostgresStorageLayer
 
PostgresStorageSession - Class in org.hcjf.layers.storage.postgres
This class implements the postgres session.
PostgresStorageSession(String, Connection) - Constructor for class org.hcjf.layers.storage.postgres.PostgresStorageSession
 
PostgresUpdate - Class in org.hcjf.layers.storage.postgres.actions
 
PostgresUpdate(PostgresStorageSession) - Constructor for class org.hcjf.layers.storage.postgres.actions.PostgresUpdate
 
processEvaluators(StringBuilder, EvaluatorCollection) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
Put into the query builder all the restrictions based on collection evaluator.

R

ReservedWord() - Constructor for class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 
ROLLBACK_OPERATION - Static variable in class org.hcjf.layers.storage.postgres.errors.PostgressErrors
 

S

select(Query) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
Return the select (postgres implementation) instance associated to the query parameter.
setValues(PreparedStatement, EvaluatorCollection, Integer, Object...) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
Set the values for the prepared statement.
SMALLER_THAN_OPERATOR - Static variable in class org.hcjf.layers.storage.postgres.properties.PostgresProperties.ReservedWord
 

U

UNABLE_TO_CLOSE_CONNECTION - Static variable in class org.hcjf.layers.storage.postgres.errors.PostgressErrors
 
UNABLE_TO_CREATE_CONNECTION - Static variable in class org.hcjf.layers.storage.postgres.errors.PostgressErrors
 
update(Query, Map<String, Object>) - Method in class org.hcjf.layers.storage.postgres.PostgresStorageSession
Returns the update operation implementation.
B C D E G I L M O P R S U 
Skip navigation links

Copyright © 2017. All Rights Reserved.