Ontimize 5.2071EN

Package com.ontimize.db

Interface Summary
AdvancedEntity  
AdvancedQueryEntity  
AttributeDispatcher  
CancellableOperationEntity  
CancellableQueryEntity  
DelegationEntity  
DirectSQLQueryEntity  
Entity This interface defines the basic methods that must be implemented by any class (entity) that provides and receives data from the Ontimize client classes (for example, forms and trees).
FileManagementEntity  
IdentifiedEntity  
IEntityScriptManager  
PrintDataEntity  
PrivilegedSecurityEntity  
SecureEntity  
SQLStatementBuilder.Expression This interface defines the basic methods that must be implemented by any class that defines a expression to be processed in SQLConditionValuesProcessor
SQLStatementBuilder.Field This interface defines the basic methods that must be implemented by any class that stores the name of the column that is used by the Expression when it's processed by SQLConditionValuesProcessor.
SQLStatementBuilder.Operator This interface defines the basic methods that must be implemented by every class that defines the operation that is used by the Expression when it's processed by SQLConditionValuesProcessor.
SQLStatementBuilder.SQLConditionValuesProcessor This interface defines the basic method that must be implemented by any class that creates the condition string for a SQL Statement.
SQLStatementBuilder.SQLNameEval  
TransactionalEntity Methods describe in this interface must not be do a commit statement neither close the connections
TransactionEntityDataChangeListener  
 

Class Summary
AdvancedEntityResult Extended EntityResult that adds information about number of records and index of first record of ResultSet contained.
AdvancedQueryTableEntity  
AdvancedTableEntity  
Autonumerical This class implements an incremental number generator.
CacheTableEntity Implementation for an entity with cache.
CancellableOperationManager  
CancellableOperationManager.CancellationRequestQueue  
CancellableOperationManager.IdentifierGenerator  
ContainsExtendedSQLConditionValuesProcessor  
ContainsOperator  
DatabaseConnectionManager Allows to create and manage a database connection pool.
DatabaseMultiConnectionManager  
DatabaseMultiConnectionManagerEntity  
DBErrorMessages This class allows to associate the SQLStates for database exceptions with error messages.
DBLocalErrorMessages  
DBUtils  
DefaultLogFormatter  
DefaultTableEntity  
EntityResult  
EntityResult.TimeUtil  
EntityResultUtils  
EntityResultUtils.EntityResultTableModel  
MemoryEntity Implements an entity that execute all operations in the machine memory.
MSAccessConnectionManager  
MultiConnectionManager  
NullValue Represents a null value as field content.
OntimizeConnection Modified 10-07-2002.
PrintTemplateEntity Class that must be inherit to be able to use the functionality of the print templates for each application form.
ServerManager  
SQLEntity This entity allows to execute a SQL statement directly against a database.
SQLStatementBuilder The SQLStatementBuilder class builds SQL statements This class is used by every entity to build the SQL Statements needed to query the database.
SQLStatementBuilder.BasicExpression Default implementation of Expression interfaces.
SQLStatementBuilder.BasicField Default implementation of Field interfaces.
SQLStatementBuilder.BasicOperator Default implementation of Operator interfaces.
SQLStatementBuilder.DefaultSQLConditionValuesProcessor This class provides default implementations for the SQLConditionValuesProcessor interface.
SQLStatementBuilder.ExtendedSQLConditionValuesProcessor This class provides a implementation of the SQLConditionValuesProcessor interface.
SQLStatementBuilder.NoWildCard This class is used for avoid using wildcard when the condition string is created in SQLConditionValuesProcessor
SQLStatementBuilder.SQLExpression This class is used to store a SQL Statement and the required values to be processed in SQLConditionValuesProcessor.
SQLStatementBuilder.SQLOrder  
SQLStatementBuilder.SQLStatement This class is used to store the information to create a SQL statement and the required values.
StandardAttachmentEntity Class that must be inherit to be able to use the functionality of attaching files for each application form.
TableEntity Abstract class that implements an Entity that represents a database table.
TableSynchronizer  
UserEntity This class allows to use encrypted password automatically in database
It uses a 64 base encryption to obtain a valid character set for encrypted password.
UserEntity.EncryptWindow Frame to obtains the encrypted value for a specified text
Viewer  
 


Ontimize