org.jaffa.persistence.engines.jdbcengine.querygenerator |
|
Java Source File Name | Type | Comment |
DataTranslator.java | Class | This class has helper routines for passing values in DML strings and PreparedStatements. |
JdbcBridge.java | Class | Use the methods of this class to execute various operations on the database. |
PreparedStatementHelper.java | Class | This class has functions to return SQL Strings used in PreparedStatements. |
QueryStatementHelper.java | Class | Use the helper method to generate SQL statements for quering the database. |
StatementHelper.java | Class | This class has functions to return SQL Strings used in Statements. |
TypeDefs.java | Class | This class encapsulates the TypeDefinition classes for the various datatypes. |