Class | Description |
---|---|
DataQueryAction |
This abract class handle data query action
|
DBDataTypeResolver |
This class will resolve a data type in HSQL for a given data type in
Attribute object
|
DBTableExistenceChecker |
This class will check if a given table name already existed in db.
|
DBTableNameResolver |
This class will try to generate a unique table name base on a given
TableEntity object.
|
DBTablesGenerator |
The class to generate db tables base table entity
|
DelimiterResolver |
This class will map delimter format in metadata (e.g eml documents) to the
format in db (e.g, hsql).
|
HsqlDataQueryAction |
This class will handle data query action base on Hsql sql engine
|