public final class TablespaceMeta
extends Object
Meta data for table spaces. If table space is configured, tablespaceName, indexTablespace, lobTablespace is never null;
- Author:
- Noemi Szemenyei, FOCONIS AG
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
TablespaceMeta
public TablespaceMeta(String tablespaceName,
String indexTablespace,
String lobTablespace)
-
Method Details
-
getTablespaceName
public String getTablespaceName()
-
getIndexTablespace
public String getIndexTablespace()
-
getLobTablespace
public String getLobTablespace()
-
-
-