public class BigDataTableProperty extends AbstractSQLFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportAS, COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, LEFT_PAREN, NEWLINE, RIGHT_PAREN, SPACE| Constructor and Description | 
|---|
BigDataTableProperty()
Creates a new property with no name/value set. 
 | 
BigDataTableProperty(java.lang.String name,
                    java.lang.String propValue)
Creates a new property with a given name and value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Gets the name of this table property. 
 | 
java.lang.String | 
getSQLText()
Return the SQL for this fragment. 
 | 
java.lang.String | 
getTablePropertyValue()
Gets the value of this table property. 
 | 
void | 
setTablePropertyValue(java.lang.String propValue)
Sets the value of this table property. 
 | 
appendToBuffer, appendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic BigDataTableProperty()
public BigDataTableProperty(java.lang.String name,
                            java.lang.String propValue)
name - the name of the propertypropValue - the value of the propertypublic java.lang.String getName()
getName in interface DBObjectgetName in class AbstractSQLFragmentpublic java.lang.String getTablePropertyValue()
public void setTablePropertyValue(java.lang.String propValue)
propValue - the valuepublic java.lang.String getSQLText()
SQLFragment