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

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
      extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetNullLiteral
All Implemented Interfaces:
ISqlJetExpression, ISqlJetLiteralValue, ISqlJetNullLiteral

public class SqlJetNullLiteral
extends SqlJetExpression
implements ISqlJetNullLiteral


Constructor Summary
SqlJetNullLiteral(org.antlr.runtime.tree.CommonTree ast)
           
 
Method Summary
 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

SqlJetNullLiteral

public SqlJetNullLiteral(org.antlr.runtime.tree.CommonTree ast)
Method Detail

toString

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