Package org.pentaho.di.core.database
Class Schema
java.lang.Object
org.pentaho.di.core.database.Schema
Contains the information that's stored in a single schema.
- Since:
- 7-apr-2005
- Author:
- Matt
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Schema
-
Schema
-
-
Method Details
-
getSchemaName
- Returns:
- Returns the schemaName.
-
setSchemaName
- Parameters:
schemaName
- The catalogName to set.
-
getItems
- Returns:
- Returns the items.
-
setItems
- Parameters:
items
- The items to set.
-