2004.04.29


com.jdc.rdb.sql.api
Interface Clause

All Known Subinterfaces:
AlterClause, CreateClause, DeleteClause, DropClause, InsertClause, SelectClause, UpdateClause
All Known Implementing Classes:
Columns, Columns, Commit, Correlation, From, GroupBy, Having, IfExists, IfNotExists, Impact, Index, Into, Limit, OrderBy, Rows, Schema, Set, SQLClause, Table, Target, Values, View, Where, With

public interface Clause

Clause represents a Structured Query Language (SQL) statement clause.

Version:
2.0
Author:
Jay Damon
See Also:
SQLClause

Method Summary
 String toString()
          Returns a String representation of this Clause object.
 

Method Detail

toString

public String toString()
Returns a String representation of this Clause object.

Overrides:
toString in class Object
Returns:
A String representation of this Clause object.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.