Ontimize 5.2072EN

com.ontimize.db
Interface SQLStatementBuilder.Field

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SQLStatementBuilder.BasicField
Enclosing interface:
SQLStatementBuilder

public static interface SQLStatementBuilder.Field
extends java.io.Serializable

This interface defines the basic methods that must be implemented by any class that stores the name of the column that is used by the Expression when it's processed by SQLConditionValuesProcessor.

Author:
Imatia Innovation S.L.

Method Summary
 java.lang.String toString()
           
 

Method Detail

toString

public java.lang.String toString()

Ontimize