Klasse Database
java.lang.Object
org.apache.torque.templates.model.Database
The model of the database tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungList of all tables, including the tables from loaded external-schema definitions.List of all views, including the views from loaded external-schema definitions.The default id method for this database.Whether the columns in this database will use primitive types if possible ("primitive") or will always use object types ("object").The List of domains for this database.The list of external schemas for this database.The list of included schemas for this database.The name of the database.The list of options for this database.The name of the root database.List of all schema names in the tables of the database.The list of tables for this database.The list of views for this database. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
optionList
The list of options for this database. -
includeSchemaList
The list of included schemas for this database. -
externalSchemaList
The list of external schemas for this database. -
domainList
The List of domains for this database. -
tableList
The list of tables for this database. This may include the tables from included schemas, depending on whether included schemas were already resolved, but never includes the tables from external schemas. -
viewList
The list of views for this database. This may include the views from included schemas, depending on whether included schemas were already resolved, but never includes the views from external schemas. -
name
The name of the database. -
defaultJavaType
Whether the columns in this database will use primitive types if possible ("primitive") or will always use object types ("object"). -
defaultIdMethod
The default id method for this database. One of "native", "idbroker" or "none". -
rootDatabaseName
The name of the root database. Either the name of of this database if this database was not included or referenced as external schema, or the name of the root inclusion or root external-schema database. -
allTables
List of all tables, including the tables from loaded external-schema definitions. -
allViews
List of all views, including the views from loaded external-schema definitions. -
schemaNameList
List of all schema names in the tables of the database.
-
-
Konstruktordetails
-
Database
public Database()
-
-
Methodendetails