Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
Modifier and Type | Method and Description |
---|---|
static DBAction |
DBAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBAction[] |
DBAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.sql.PreparedStatement |
StatementCache.get(java.lang.Class dboClass,
java.sql.Connection dbConn,
DBAction action)
Refetches the requested PreparedStatement from the cache.
|
void |
StatementCache.put(java.lang.Class dboClass,
java.sql.Connection dbConn,
DBAction action,
java.sql.PreparedStatement stmt)
Stores the given PreparedStatement in the cache based on the given parameters.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.