public class TUndefineItem
extends java.lang.Object
TUndefineItem represents the item to be undefined. In order to undefine a schema cluster, it is possible to specify a list of objects in an _UNDEFINE command:
_UNDEFINE=undefineList where- undefineList -> undefineItem[, undefineItem]* undefineItem -> collection[/schema[/doctype]]
Constructor and Description |
---|
TUndefineItem(java.lang.String collection)
Initializes the UndefineItem.
|
TUndefineItem(java.lang.String collection,
java.lang.String schema)
Initializes the UndefineItem.
|
TUndefineItem(java.lang.String collection,
java.lang.String schema,
java.lang.String doctype)
Initializes the UndefineItem.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionName()
Returns collection name.
|
java.lang.String |
getDoctype()
Returns doctype.
|
java.lang.String |
getSchemaName()
Returns Schema name.
|
java.lang.String |
toString()
Returns the item to be undefined in following format -
collection[/schemaName[/doctype]]
|
public TUndefineItem(java.lang.String collection)
collection
- Collection Namepublic TUndefineItem(java.lang.String collection, java.lang.String schema)
collection
- Collection Nameschema
- Schema Namepublic TUndefineItem(java.lang.String collection, java.lang.String schema, java.lang.String doctype)
collection
- Collection Nameschema
- Schema Namedoctype
- Doctype that is to be undefined.public java.lang.String getCollectionName()
public java.lang.String getSchemaName()
public java.lang.String getDoctype()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2017 Software AG. All Rights Reserved.