|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface OnClause
DEPRECATED: Represents an SQL ON clause.
Attributes of OnClause are:
Associations of OnClause 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(); OnClause myObject = (OnClause) factory.createComplexMetadataObject(objectStore, "OnClause_Object", MetadataObjects.ONCLAUSE, "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_OWNINGJOIN_NAME
Constant used for the name of the OwningJoin 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 | |
|---|---|
abstract Join |
getOwningJoin()
Gets the Join for OwningJoin |
abstract AssociationList |
getOwningJoins()
Gets the Association list of OwningJoins |
abstract AssociationList |
getOwningJoins(boolean fGoToServer)
Gets the Associationlist of OwningJoins |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: OwningJoin |
abstract void |
setOwningJoin(Join inObject)
Sets the OwningJoins list 0th element to be inObject. |
abstract void |
setOwningJoins(AssociationList list)
Sets the OwningJoins list to be list. |
abstract void |
setOwningJoins(AssociationList list,
int state)
Sets the OwningJoins 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_OWNINGJOIN_NAME
OwningJoin: The join object that uses this on statement.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
OwningJoin
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
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface QueryClauseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getOwningJoins()
throws java.rmi.RemoteException,
MdException
OwningJoins
OwningJoins 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.
Join getOwningJoin()
throws java.rmi.RemoteException,
MdException
Join for OwningJoin
Join ( null if not set ) of OwningJoin 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.
AssociationList getOwningJoins(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
OwningJoins
fGoToServer - boolean Get the value from the server.
OwningJoins 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 setOwningJoins(AssociationList list)
throws java.rmi.RemoteException
OwningJoins list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setOwningJoins(AssociationList list,
int state)
throws java.rmi.RemoteException
OwningJoins list to be list. Objects of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningJoin(Join inObject)
throws java.rmi.RemoteException
OwningJoins list 0th element to be inObject.
inObject - Join
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 | |||||||||||||