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

    Modifier and Type
    Method
    Description
    format(String expression)