java.lang.Object
com.aoindustries.aoserv.client.Schema
- All Implemented Interfaces:
SchemaParent
- Direct Known Subclasses:
Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
,Schema
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal AoservConnector
abstract String
getName()
Gets the unique name of the schema.Gets an unmodifiable list of all of the direct sub-schemas of this schema.abstract List
<? extends AoservTable<?, ?>> Gets an unmodifiable list of all of the tables in the schema.final String
toString()
-
Field Details
-
connector
-
-
Constructor Details
-
Schema
-
-
Method Details
-
getConnector
-
getSchemas
Gets an unmodifiable list of all of the direct sub-schemas of this schema.Implementation Note:
This default implementation returnsCollections.emptyList()
.- Specified by:
getSchemas
in interfaceSchemaParent
-
getTables
Gets an unmodifiable list of all of the tables in the schema. -
getName
Gets the unique name of the schema. -
toString
-