Implementation of PRePTagDatabase
| |
A superclass for all tags which use a database connection and have to execute a SQL statement. It creates a store object which represents the result. PReP works with a Connectionpool - for more information about this and also about how to use and change it have a look at the package itself (com.delec.global.dbms). Constructor:
PRePTagDatabase() Methods:
checkSQLServe(Session, SQLServe)
executeSQL(String SQLStatement, Session session)
executeUPDATE(String SQLStatement, Session session)
handleException(Exception) |
|