public class SqlJetCollateExpression extends SqlJetExpression implements ISqlJetCollateExpression
| Constructor and Description |
|---|
SqlJetCollateExpression(org.antlr.runtime.tree.CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollationName() |
ISqlJetExpression |
getExpression() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetCollateExpression(org.antlr.runtime.tree.CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetCollateExpressionpublic java.lang.String getCollationName()
getCollationName in interface ISqlJetCollateExpressionpublic java.lang.String toString()
toString in class java.lang.Object