public class Database extends Object
| Modifier and Type | Field and Description | 
|---|---|
| List<Table> | allTablesList of all tables, including the tables from loaded
 external-schema definitions. | 
| List<View> | allViewsList of all views, including the views from loaded
 external-schema definitions. | 
| String | defaultIdMethodThe default id method for this database. | 
| String | defaultJavaTypeWhether the columns in this database will use primitive types if
 possible ("primitive") or will always use object types ("object"). | 
| List<Domain> | domainListThe List of domains for this database. | 
| List<ExternalSchema> | externalSchemaListThe list of external schemas for this database. | 
| List<IncludeSchema> | includeSchemaListThe list of included schemas for this database. | 
| String | nameThe name of the database. | 
| List<Option> | optionListThe list of options for this database. | 
| String | rootDatabaseNameThe name of the root database. | 
| List<String> | schemaNameListList of all schema names in the tables of the database. | 
| List<Table> | tableListThe list of tables for this database. | 
| List<View> | viewListThe list of views for this database. | 
| Constructor and Description | 
|---|
| Database() | 
public List<IncludeSchema> includeSchemaList
public List<ExternalSchema> externalSchemaList
public List<Table> tableList
public List<View> viewList
public String name
public String defaultJavaType
public String defaultIdMethod
public String rootDatabaseName
public List<Table> allTables
public List<View> allViews
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.