public class ODNamedQuery
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration |
getCriteria()
Get the
ODNamedQueryCriteria objects for this NamedQuery. |
ODNamedQueryCriteria |
getCriteria(java.lang.String critName)
Get the
ODNamedQueryCriteria object specified. |
java.lang.String |
getInternalName()
Get the internal name of the NamedQuery.
|
java.lang.String |
getName()
Get the name of the NamedQuery.
|
int |
getNumCriteria()
Get the number of criteria specified in this NamedQuery.
|
boolean |
isPublic()
Check the permissions of this NamedQuery.
|
public java.lang.String getName()
public java.lang.String getInternalName()
ODNamedQuery.getName()public boolean isPublic()
public int getNumCriteria()
public java.util.Enumeration getCriteria()
ODNamedQueryCriteria objects for this NamedQuery.public ODNamedQueryCriteria getCriteria(java.lang.String critName)
ODNamedQueryCriteria object specified.critName - Name of the criteria to get.(c)Copyright International Business Machines Corporation 2001, 2020. IBM Corp. All rights reserved.