org.jcoderz.phoenix.sqlparser
Class DefaultClause
java.lang.Object
org.jcoderz.phoenix.sqlparser.ColumnAttribute
org.jcoderz.phoenix.sqlparser.DefaultClause
public class DefaultClause
- extends ColumnAttribute
- Author:
- Albrecht Messner
DefaultClause
public DefaultClause(String expr)
- Allocate a DefaultClause object.
- Parameters:
expr - the SQL expression represented by this default clause
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.