public class Database extends Object
Modifier and Type | Field and Description |
---|---|
List<Table> |
allTables
List of all tables, including the tables from loaded
external-schema definitions.
|
List<View> |
allViews
List of all views, including the views from loaded
external-schema definitions.
|
String |
defaultIdMethod
The default id method for this database.
|
String |
defaultJavaType
Whether the columns in this database will use primitive types if
possible ("primitive") or will always use object types ("object").
|
List<Domain> |
domainList
The List of domains for this database.
|
List<ExternalSchema> |
externalSchemaList
The list of external schemas for this database.
|
List<IncludeSchema> |
includeSchemaList
The list of included schemas for this database.
|
String |
name
The name of the database.
|
List<Option> |
optionList
The list of options for this database.
|
String |
rootDatabaseName
The name of the root database.
|
List<String> |
schemaNameList
List of all schema names in the tables of the database.
|
List<Table> |
tableList
The list of tables for this database.
|
List<View> |
viewList
The 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.