public class SqlJetBindParameter extends SqlJetExpression implements ISqlJetBindParameter
Constructor and Description |
---|
SqlJetBindParameter(org.antlr.runtime.tree.CommonTree ast) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Parameter name.
|
java.lang.Integer |
getPosition()
Parameter position.
|
java.lang.String |
toString() |
create, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetBindParameter(org.antlr.runtime.tree.CommonTree ast)
public java.lang.Integer getPosition()
ISqlJetBindParameter
getPosition
in interface ISqlJetBindParameter
public java.lang.String getName()
ISqlJetBindParameter
getName
in interface ISqlJetBindParameter
public java.lang.String toString()
toString
in class java.lang.Object