Class SQLTableVariable
java.lang.Object
ortus.boxlang.compiler.ast.BoxNode
ortus.boxlang.compiler.ast.sql.SQLNode
ortus.boxlang.compiler.ast.sql.select.SQLTable
ortus.boxlang.compiler.ast.sql.select.SQLTableVariable
- All Implemented Interfaces:
BoxVisitable
Class representing SQL table as a variable name
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ortus.boxlang.compiler.ast.sql.select.SQLTable
getAlias, getIndex, setAlias, setIndexMethods inherited from class ortus.boxlang.compiler.ast.BoxNode
addComment, associateComments, endsOnSameLineAs, enumToMap, getAncestors, getChildren, getComments, getDescendants, getDescendantsOfType, getDescendantsOfType, getDescription, getDocComment, getFirstAncestorOfType, getFirstAncestorOfType, getFirstNodeOfType, getFirstNodeOfType, getFirstNodeOfTypes, getParent, getPosition, getSourceText, isAfter, isBefore, isInside, replaceChildren, replaceChildren, setComments, setParent, setPosition, setSourceText, startsOnEndLineOf, toJSON, toString
-
Constructor Details
-
Method Details
-
getSchema
Get the schema name -
setSchema
Set the schema name -
getName
Get the table name -
setName
Set the table name -
isCalled
-
getVariableName
-
accept
Description copied from interface:BoxVisitableAccept method for visitor support.- Parameters:
v- the visitor implementation
-
accept
Description copied from interface:BoxVisitableAccept method for replacing visitor support. Each accept returns the node, or a replacement node.- Parameters:
v- the visitor implementation
-
toMap
-