Package org.jaffa.persistence.engines.jdbcengine.querygenerator

Class Summary
DataTranslator This class has helper routines for passing values in DML strings and PreparedStatements.
JdbcBridge Use the methods of this class to execute various operations on the database.
PreparedStatementHelper This class has functions to return SQL Strings used in PreparedStatements.
QueryStatementHelper Use the helper method to generate SQL statements for quering the database.
StatementHelper This class has functions to return SQL Strings used in Statements.
TypeDefs This class encapsulates the TypeDefinition classes for the various datatypes.
TypeDefs.BlobTypeDefinition This is the TypeDefinition class for Blob (java.io.InputStream) datatypes.
TypeDefs.BooleanAsBitTypeDefinition This is the TypeDefinition class for Boolean (java.lang.Boolean) datatypes.
TypeDefs.BooleanAsStringTypeDefinition This is the TypeDefinition class for Boolean (java.lang.Boolean) datatypes.
TypeDefs.BooleanTypeDefinition This is the TypeDefinition class for Boolean (java.lang.Boolean) datatypes.
TypeDefs.ClobTypeDefinition This is the TypeDefinition class for Clob (java.io.Reader) datatypes.
TypeDefs.CurrencyTypeDefinition This is the TypeDefinition class for Currency (org.jaffa.datatypes.Currency) datatypes.
TypeDefs.DateOnlyTypeDefinition This is the TypeDefinition class for DateOnly (org.jaffa.datatypes.DateOnly) datatypes.
TypeDefs.DateTimeTypeDefinition This is the TypeDefinition class for DateTime (org.jaffa.datatypes.DateTime) datatypes.
TypeDefs.DecimalTypeDefinition This is the TypeDefinition class for Decimal (java.lang.Double) datatypes.
TypeDefs.IntegerTypeDefinition This is the TypeDefinition class for Integer (java.lang.Long) datatypes.
TypeDefs.LongRawTypeDefinition This is the TypeDefinition class for LongRaw (java.io.InputStream) datatypes.
TypeDefs.LongStringTypeDefinition This is the TypeDefinition class for LongString (java.io.Reader) datatypes.
TypeDefs.NullTypeDefinition This is the TypeDefinition class for Null datatypes.
TypeDefs.RawTypeDefinition This is the TypeDefinition class for Raw (byte[]) datatypes.
TypeDefs.StringTypeDefinition This is the TypeDefinition class for String (java.lang.String) datatypes.
TypeDefs.TypeDefinition This is the base class for the type definitions of all the possible datatypes.
 



Copyright © 2002-2004 JAFFA Project.