com.ontimize.db
Interface SQLStatementBuilder.Operator
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- SQLStatementBuilder.BasicOperator
- Enclosing interface:
- SQLStatementBuilder
- public static interface SQLStatementBuilder.Operator
- extends java.io.Serializable
This interface defines the basic methods that must be implemented by every
class that defines the operation that is used by the
Expression when it's processed by
SQLConditionValuesProcessor.
- Author:
- Imatia Innovation S.L
|
Method Summary |
java.lang.String |
toString()
|
toString
public java.lang.String toString()