Skip navigation links
A B C D E F G H I L M N P R S U V X 

A

abort(Executor) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
acceptsURL(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointPgProxyDriver
 
AutomationTestEnvironment - Class in xyz.greatapp.libs.database.environments
 
AutomationTestEnvironment() - Constructor for class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 

B

beginTransactionForAutomationTest() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
beginTransactionForAutomationTest() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
beginTransactionForFunctionalTest() - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
 
BooleanPreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 
build(ResultSet) - Method in class xyz.greatapp.libs.database.util.DbBuilder
 

C

clearWarnings() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
close() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
close() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
commit() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
Common - Class in xyz.greatapp.libs.database.queries
 
Common() - Constructor for class xyz.greatapp.libs.database.queries.Common
 
Computable<A,V> - Interface in xyz.greatapp.libs.database.util
 
compute(A) - Method in interface xyz.greatapp.libs.database.util.Computable
 
compute(A) - Method in class xyz.greatapp.libs.database.util.Memoizer
 
connect(String, Properties) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointPgProxyDriver
 
createArrayOf(String, Object[]) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createBlob() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createClob() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createFutureTask(A) - Method in class xyz.greatapp.libs.database.util.Memoizer
 
createNClob() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createPreparedValueFor(ColumnValue, PreparedStatement, int) - Method in class xyz.greatapp.libs.database.adapter.prepared_values.PreparedValueFactory
 
createSQLXML() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createStatement() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createStatement(int, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createStatement(int, int, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
createStruct(String, Object[]) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 

D

DataBaseAdapter - Class in xyz.greatapp.libs.database.adapter
 
DatabaseAdapterFactory - Class in xyz.greatapp.libs.database.adapter
 
DatabaseAdapterFactory(DataSourceFactory, DevEnvironment, UATEnvironment, ProdEnvironment, AutomationTestEnvironment, IntegrationTestEnvironment) - Constructor for class xyz.greatapp.libs.database.adapter.DatabaseAdapterFactory
 
DatabaseEnvironment - Class in xyz.greatapp.libs.database.environments
 
DatabaseEnvironment() - Constructor for class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
DataSourceFactory - Class in xyz.greatapp.libs.database.datasources
 
DataSourceFactory(DriverManagerDataSourceFactory) - Constructor for class xyz.greatapp.libs.database.datasources.DataSourceFactory
 
DbBuilder - Class in xyz.greatapp.libs.database.util
 
DbBuilder() - Constructor for class xyz.greatapp.libs.database.util.DbBuilder
 
Delete - Class in xyz.greatapp.libs.database.queries
 
Delete(DataBaseAdapter, String, DeleteQueryRQ) - Constructor for class xyz.greatapp.libs.database.queries.Delete
 
DevEnvironment - Class in xyz.greatapp.libs.database.environments
 
DevEnvironment() - Constructor for class xyz.greatapp.libs.database.environments.DevEnvironment
 
DoublePreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 
DriverManagerDataSourceFactory - Class in xyz.greatapp.libs.database.datasources
 
DriverManagerDataSourceFactory() - Constructor for class xyz.greatapp.libs.database.datasources.DriverManagerDataSourceFactory
 

E

equals(Object) - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
equals(Object) - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
equals(Object) - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
equals(Object) - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
execute() - Method in class xyz.greatapp.libs.database.queries.Delete
 
execute() - Method in class xyz.greatapp.libs.database.queries.Insert
 
execute() - Method in class xyz.greatapp.libs.database.queries.Select
 
execute() - Method in class xyz.greatapp.libs.database.queries.SelectList
 
execute() - Method in class xyz.greatapp.libs.database.queries.Update
 
executeInsert(DbBuilder) - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
Executes an insert statement.
executeUpdate(DbBuilder) - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
Executes and update statement.

F

finalize() - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
 

G

getAutoCommit() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
getAutoCommit() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getCatalog() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getClientInfo(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getClientInfo() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getConnectionUrl() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
getConnectionUrl() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getDatabaseAdapter(Environment) - Method in class xyz.greatapp.libs.database.adapter.DatabaseAdapterFactory
 
getDatabaseDriverClass() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getDatabaseDriverClass() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getDatabaseDriverClass() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getDatabaseDriverClass() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getDatabaseDriverClass() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getDatabaseDriverClass() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getDatabasePassword() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getDatabasePassword() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getDatabasePassword() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getDatabasePassword() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getDatabasePassword() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getDatabasePassword() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getDatabasePath() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getDatabasePath() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getDatabasePath() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getDatabasePath() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getDatabasePath() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getDatabasePath() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getDatabaseUsername() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getDatabaseUsername() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getDatabaseUsername() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getDatabaseUsername() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getDatabaseUsername() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getDatabaseUsername() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getDataSource(DatabaseEnvironment) - Method in class xyz.greatapp.libs.database.datasources.DataSourceFactory
 
getDbUrl() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getHoldability() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getMetaData() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getNetworkTimeout() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getSchema() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getSchema() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getSchema() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getSchema() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getSchema() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getSchema() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getSchema() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getSearchPathSettingQuery() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getSearchPathSettingQuery() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getSearchPathSettingQuery() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getSearchPathSettingQuery() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getSearchPathSettingQuery() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getSearchPathSettingQuery() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getTransactionIsolation() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getTypeMap() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
getURIPrefix() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
getURIPrefix() - Method in class xyz.greatapp.libs.database.environments.DatabaseEnvironment
 
getURIPrefix() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
getURIPrefix() - Method in class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
getURIPrefix() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
getURIPrefix() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 
getWarnings() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 

H

hashCode() - Method in class xyz.greatapp.libs.database.environments.AutomationTestEnvironment
 
hashCode() - Method in class xyz.greatapp.libs.database.environments.DevEnvironment
 
hashCode() - Method in class xyz.greatapp.libs.database.environments.ProdEnvironment
 
hashCode() - Method in class xyz.greatapp.libs.database.environments.UATEnvironment
 

I

Insert - Class in xyz.greatapp.libs.database.queries
 
Insert(DataBaseAdapter, String, InsertQueryRQ) - Constructor for class xyz.greatapp.libs.database.queries.Insert
 
IntegerPreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 
IntegrationTestEnvironment - Class in xyz.greatapp.libs.database.environments
 
IntegrationTestEnvironment() - Constructor for class xyz.greatapp.libs.database.environments.IntegrationTestEnvironment
 
isClosed() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
isClosed() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
isProxyConnectionActive() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
isProxyConnectionActive() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
isReadOnly() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
isValid(int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
isWrapperFor(Class<?>) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 

L

LongPreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 

M

Memoizer<A,V> - Class in xyz.greatapp.libs.database.util
 
Memoizer(Computable<A, V>) - Constructor for class xyz.greatapp.libs.database.util.Memoizer
 

N

nativeSQL(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
NullPreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 

P

position - Variable in class xyz.greatapp.libs.database.adapter.prepared_values.PreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.BooleanPreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.DoublePreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.IntegerPreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.LongPreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.NullPreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.PreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.StringArrayPreparedValue
 
prepare() - Method in class xyz.greatapp.libs.database.adapter.prepared_values.StringPreparedValue
 
prepareCall(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareCall(String, int, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareCall(String, int, int, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
PreparedValue<T> - Class in xyz.greatapp.libs.database.adapter.prepared_values
 
PreparedValueFactory - Class in xyz.greatapp.libs.database.adapter.prepared_values
 
PreparedValueFactory() - Constructor for class xyz.greatapp.libs.database.adapter.prepared_values.PreparedValueFactory
 
prepareStatement(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareStatement(String, int, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareStatement(String, int, int, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareStatement(String, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareStatement(String, int[]) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
prepareStatement(String, String[]) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
ProdEnvironment - Class in xyz.greatapp.libs.database.environments
 
ProdEnvironment() - Constructor for class xyz.greatapp.libs.database.environments.ProdEnvironment
 

R

releaseSavepoint(Savepoint) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
rollback() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
rollback(Savepoint) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
rollbackTransactionForAutomationTest() - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
rollbackTransactionForAutomationTest() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
rollbackTransactionForFunctionalTest() - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
 

S

SavepointPgProxyDriver - Class in xyz.greatapp.libs.database.automation_database_driver
 
SavepointProxyConnection - Interface in xyz.greatapp.libs.database.automation_database_driver
 
SavepointProxyConnectionImpl - Class in xyz.greatapp.libs.database.automation_database_driver
 
Select - Class in xyz.greatapp.libs.database.queries
 
Select(DataBaseAdapter, String, SelectQueryRQ) - Constructor for class xyz.greatapp.libs.database.queries.Select
 
selectList(DbBuilder) - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
Executes a Select statement in the database and returns multiple rows.
SelectList - Class in xyz.greatapp.libs.database.queries
 
SelectList(DataBaseAdapter, String, SelectQueryRQ) - Constructor for class xyz.greatapp.libs.database.queries.SelectList
 
selectObject(DbBuilder) - Method in class xyz.greatapp.libs.database.adapter.DataBaseAdapter
Executes a Select statement in the database and returns only one object
setAutoCommit(boolean) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setCatalog(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setClientInfo(String, String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setClientInfo(Properties) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setConnectionUrl(String) - Method in interface xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnection
 
setConnectionUrl(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setHoldability(int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setNetworkTimeout(Executor, int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setReadOnly(boolean) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setSavepoint() - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setSavepoint(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setSchema(String) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setTransactionIsolation(int) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
setTypeMap(Map<String, Class<?>>) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
sql() - Method in class xyz.greatapp.libs.database.util.DbBuilder
 
statement - Variable in class xyz.greatapp.libs.database.adapter.prepared_values.PreparedValue
 
StringArrayPreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 
StringPreparedValue - Class in xyz.greatapp.libs.database.adapter.prepared_values
 

U

UATEnvironment - Class in xyz.greatapp.libs.database.environments
 
UATEnvironment() - Constructor for class xyz.greatapp.libs.database.environments.UATEnvironment
 
unwrap(Class<T>) - Method in class xyz.greatapp.libs.database.automation_database_driver.SavepointProxyConnectionImpl
 
Update - Class in xyz.greatapp.libs.database.queries
 
Update(DataBaseAdapter, String, UpdateQueryRQ) - Constructor for class xyz.greatapp.libs.database.queries.Update
 

V

value - Variable in class xyz.greatapp.libs.database.adapter.prepared_values.PreparedValue
 
values() - Method in class xyz.greatapp.libs.database.util.DbBuilder
 

X

xyz.greatapp.libs.database.adapter - package xyz.greatapp.libs.database.adapter
 
xyz.greatapp.libs.database.adapter.prepared_values - package xyz.greatapp.libs.database.adapter.prepared_values
 
xyz.greatapp.libs.database.automation_database_driver - package xyz.greatapp.libs.database.automation_database_driver
 
xyz.greatapp.libs.database.datasources - package xyz.greatapp.libs.database.datasources
 
xyz.greatapp.libs.database.environments - package xyz.greatapp.libs.database.environments
 
xyz.greatapp.libs.database.queries - package xyz.greatapp.libs.database.queries
 
xyz.greatapp.libs.database.util - package xyz.greatapp.libs.database.util
 
A B C D E F G H I L M N P R S U V X 
Skip navigation links