Package | Description |
---|---|
edu.internet2.middleware.grouperClient.jdbc |
Modifier and Type | Method and Description |
---|---|
GcDbAccess |
GcDbAccess.addBindVar(Object _bindVar)
Add to the list of bind variable objects, leaving any that exist there - if you use this in a transaction callback
you will have to clear bindvars between calls or they will accumulate.
|
GcDbAccess |
GcDbAccess.batchBindVars(List<List<Object>> _batchBindVars)
If you are executing sql as a batch statement, set the batch bind variables here.
|
GcDbAccess |
GcDbAccess.bindVars(Object... _bindVars)
/**
Set the list of bind variable objects, always replacing any that exist.
|
GcDbAccess |
GcDbAccess.cacheMinutes(Integer _cacheMinutes)
Cache the results of a SELECT query for the allotted minutes.
|
GcDbAccess |
GcDbAccess.connectionName(String theConnectionName)
connection name from the config file, or null for default
|
GcDbAccess |
GcDbAccess.example(Object _example)
If selecting by example, set this and all column values will be used to create a where clause.
|
GcDbAccess |
GcDbAccess.omitNullValuesForExample()
If selecting by example, set this and all column values of the given example object except null values will be used to create a where clause.
|
GcDbAccess |
GcDbAccess.primaryKey(Object... _primaryKey)
Set the primary key to select by.
|
GcDbAccess |
GcDbAccess.queryTimeoutSeconds(Integer _queryTimeoutSeconds)
The amount of seconds that the query can run before being rolled back.
|
GcDbAccess |
GcDbAccess.sql(String _sql)
Set the sql to use.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
GcTransactionCallback.callback(GcDbAccess dbAccess)
Get access to the dbAccess with a session.
|
Copyright © 2016 Internet2. All rights reserved.