org.tmatesoft.sqljet.core.internal.schema
Class SqlJetCollateExpression

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
      extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetCollateExpression
All Implemented Interfaces:
ISqlJetCollateExpression, ISqlJetExpression

public class SqlJetCollateExpression
extends SqlJetExpression
implements ISqlJetCollateExpression


Constructor Summary
SqlJetCollateExpression(org.antlr.runtime.tree.CommonTree ast)
           
 
Method Summary
 java.lang.String getCollationName()
           
 ISqlJetExpression getExpression()
           
 java.lang.String toString()
           
 
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Constructor Detail

SqlJetCollateExpression

public SqlJetCollateExpression(org.antlr.runtime.tree.CommonTree ast)
                        throws SqlJetException
Throws:
SqlJetException
Method Detail

getExpression

public ISqlJetExpression getExpression()
Specified by:
getExpression in interface ISqlJetCollateExpression

getCollationName

public java.lang.String getCollationName()
Specified by:
getCollationName in interface ISqlJetCollateExpression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object