Package org.eclnt.ccee.db.dofw
Class DOFWExecutor
java.lang.Object
org.eclnt.ccee.db.dofw.DOFWExecutor
Execution processing to the database. All calls to the database are outsourced
so that they can be embedded in logging and tracing functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
static void
initialize
(DOFWExecutor instance) static DOFWExecutor
instance()
protected void
recordInfo
(String type, long timeStampStart)
-
Constructor Details
-
DOFWExecutor
public DOFWExecutor()
-
-
Method Details
-
initialize
-
instance
-
executeUpdate
- Throws:
SQLException
-
executeQuery
- Throws:
SQLException
-
recordInfo
-