public final class IdentifierArgument extends DataObject implements FunctionArgument
DataObject
that represents a SQLDataType
as a function argument.Constructor and Description |
---|
IdentifierArgument(SQLDataType type)
Creates an
IdentifierArgument that has the specified SQLDataType . |
Modifier and Type | Method and Description |
---|---|
SQLDataType |
getSQLDataType()
Gets the SQLDataType that this
IdentifierArgument represents. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)
Calls the
visitIdentifierArgument method of the SyntaxObjectVisitor and passes that method this IdentifierArgument and an Object . |
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax
public IdentifierArgument(SQLDataType type)
IdentifierArgument
that has the specified SQLDataType
.public java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
visitIdentifierArgument
method of the SyntaxObjectVisitor
and passes that method this IdentifierArgument
and an Object
.visit
in class SyntaxObject
visitor
- A SyntaxObjectVisitor
.context
- An Object
.Object
returned by the visitIdentifierArgument
method.public SQLDataType getSQLDataType()
IdentifierArgument
represents.SQLDataType
that this IdentifierArgument
represents.