public class BigDataAccessParameter extends AbstractSQLFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE
Type String for the BigDataAccessParameter object.
|
AS, COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, LEFT_PAREN, NEWLINE, RIGHT_PAREN, SPACE| Constructor and Description |
|---|
BigDataAccessParameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of this access parameter.
|
java.lang.String |
getParameterValue()
Gets the value for this parameter.
|
SQLFragment |
getParameterValueFragment()
Gets the derived fragment representation of the parameterValue
property.
|
java.lang.String |
getSQLText()
Return the SQL for this fragment.
|
java.lang.String |
getType()
Returns the type of this object.
|
void |
setParameterValue(java.lang.String value)
Sets the value for this parameter.
|
void |
setParameterValueFragment(SQLFragment frag)
Sets the derived fragment representation of the parameterValue
property.
|
appendToBuffer, appendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, 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 static final java.lang.String TYPE
public java.lang.String getType()
DBObjectgetType in interface DBObjectgetType in class AbstractSQLFragmentpublic java.lang.String getSQLText()
SQLFragmentpublic java.lang.String getName()
getName in interface DBObjectgetName in class AbstractSQLFragmentpublic java.lang.String getParameterValue()
public void setParameterValue(java.lang.String value)
value - the valuepublic SQLFragment getParameterValueFragment()
public void setParameterValueFragment(SQLFragment frag)
frag - the parameter value as a fragment