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, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetCollateExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetCollateExpression
public java.lang.String getCollationName()
getCollationName
in interface ISqlJetCollateExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.