org.gvsig.remoteclient.wfs.filters
Interface ISQLExpressionFormat

All Known Implementing Classes:
DefaultSQLExpressionFormat

public interface ISQLExpressionFormat

This interface must be implemented by the classes that format a SQL expression. A formatted expression has this form: ((a = b) AND (3 = 4)). The exprerssions (a = b) are witten between brackets and there has two terms. The logic operators are used to link expressions.

Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)

Method Summary
 java.lang.String format(java.lang.String expression)
           
 

Method Detail

format

java.lang.String format(java.lang.String expression)


Copyright © 2004-2013 gvSIG. All Rights Reserved.