Compoze Software, Inc.

com.compoze.exchange.webdav.sql
Interface ISqlFragment

All Known Subinterfaces:
IFunction, IOperator, IPredicate
All Known Implementing Classes:
AbstractSqlFragment, OrderByClause, Condition, SelectStatement, GroupByClause, FromClause

public interface ISqlFragment

This interface defines an object that is a SQL fragment.


Method Summary
 java.lang.String toSQL()
          Returns a SQL string representation.
 

Method Detail

toSQL


public java.lang.String toSQL()
Returns a SQL string representation.
Returns:
the SQL string representation.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.