org.codehaus.jparsec.examples.sql.ast
Class TableRelation

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.sql.ast.TableRelation
All Implemented Interfaces:
Relation

public final class TableRelation
extends ValueObject
implements Relation

Models a table name.

Author:
Ben Yu

Field Summary
 QualifiedName tableName
           
 
Constructor Summary
TableRelation(QualifiedName tableName)
           
 
Method Summary
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tableName

public final QualifiedName tableName
Constructor Detail

TableRelation

public TableRelation(QualifiedName tableName)


Copyright © 2014. All rights reserved.