com.ontimize.db.util
Class DBFunctionName
java.lang.Object
com.ontimize.db.util.DBFunctionName
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CountDBFunctionName, MaxDBFunctionName
- public class DBFunctionName
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
name
Name of the function |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
- Name of the function
DBFunctionName
public DBFunctionName(java.lang.String name)
DBFunctionName
public DBFunctionName(java.lang.String name,
boolean isolated)
getName
public java.lang.String getName()
toString
public java.lang.String toString()
isIsolated
public boolean isIsolated()
setIsolated
public void setIsolated(boolean isolated)