|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface WhereClause
DEPRECATED: Represents a Where SQL Clause.
Attributes of WhereClause are:
Associations of WhereClause are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); WhereClause myObject = (WhereClause) factory.createComplexMetadataObject(objectStore, "WhereClause_Object", MetadataObjects.WHERECLAUSE, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_OWNINGSELECT_NAME
Constant used for the name of the OwningSelect association. |
| Fields inherited from interface com.sas.metadata.remote.QueryClause |
|---|
ASSOCIATION_COLUMNS_NAME, ASSOCIATION_SOURCECODE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
Select |
getOwningSelect()
Gets the Select for OwningSelect |
AssociationList |
getOwningSelects()
Gets the AssociationList of OwningSelects |
AssociationList |
getOwningSelects(boolean fGoToServer)
Gets the Associationlist of OwningSelects |
void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: OwningSelect |
void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: OwningSelect |
void |
setOwningSelect(Select inObject)
Sets the OwningSelects list 0th element to be inObject. |
void |
setOwningSelects(AssociationList list)
Sets the OwningSelects list to be list. |
void |
setOwningSelects(AssociationList list,
int state)
Sets the OwningSelects list to be list. |
| Methods inherited from interface com.sas.metadata.remote.QueryClause |
|---|
getColumns, getColumns, getSourceCode, getSourceCodes, getSourceCodes, setColumns, setColumns, setSourceCode, setSourceCodes, setSourceCodes |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ASSOCIATION_OWNINGSELECT_NAME
OwningSelect: The select object that uses this where statement.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
OwningSelect
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface QueryClauseinitializeRequiredObjects in interface RootinitializeRequiredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
OwningSelect
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface QueryClauseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getOwningSelects()
throws java.rmi.RemoteException,
MdException
OwningSelects
OwningSelects which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Select getOwningSelect()
throws java.rmi.RemoteException,
MdException
Select for OwningSelect
Select ( null if not set) of OwningSelectwhich can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getOwningSelects(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
OwningSelects
fGoToServer - boolean Get the value from the server.
OwningSelects which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setOwningSelects(AssociationList list)
throws java.rmi.RemoteException
OwningSelects list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setOwningSelects(AssociationList list,
int state)
throws java.rmi.RemoteException
OwningSelects list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningSelect(Select inObject)
throws java.rmi.RemoteException
OwningSelects list 0th element to be inObject.
inObject - Select
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||