org.jcoderz.phoenix.sqlparser
Class DefaultClause

java.lang.Object
  extended by org.jcoderz.phoenix.sqlparser.ColumnAttribute
      extended by org.jcoderz.phoenix.sqlparser.DefaultClause

public class DefaultClause
extends ColumnAttribute

Author:
Albrecht Messner

Constructor Summary
DefaultClause(String expr)
          Allocate a DefaultClause object.
 
Method Summary
 String getValue()
          Returns the value of the attribute.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultClause

public DefaultClause(String expr)
Allocate a DefaultClause object.

Parameters:
expr - the SQL expression represented by this default clause
Method Detail

toString

public final String toString()

Overrides:
toString in class Object

getValue

public String getValue()
Returns the value of the attribute.

Specified by:
getValue in class ColumnAttribute
Returns:
the value of the attribute.


Copyright 2007 The jCoderZ Project.