Ontimize 5.2072EN

com.ontimize.db.util
Class MaxDBFunctionName

java.lang.Object
  extended bycom.ontimize.db.util.DBFunctionName
      extended bycom.ontimize.db.util.MaxDBFunctionName
All Implemented Interfaces:
java.io.Serializable

public class MaxDBFunctionName
extends DBFunctionName

Attribute to pass in query attributes when user wants to perform a SELECT MAX(columnName)FROM TABLE

Since:
5.2060EN-0.6
Author:
Imatia Innovation SL
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ontimize.db.util.DBFunctionName
name
 
Constructor Summary
MaxDBFunctionName(java.lang.String columnName)
           
 
Methods inherited from class com.ontimize.db.util.DBFunctionName
getName, isIsolated, setIsolated, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxDBFunctionName

public MaxDBFunctionName(java.lang.String columnName)

Ontimize