Package com.adbs.ast
Class MetadataRelationList
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.ast.MetadataBase
com.adbs.ast.MetadataCollectionBase
com.adbs.ast.MetadataRelationList
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.ast.MetadataBase
data, sqlContextFields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd()addRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase) intfindRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase) get(int index) protected StringintindexOf(MetadataRelation item) insert(int index) intremove(MetadataRelation item) voidset(int index, MetadataRelation value) Methods inherited from class com.adbs.ast.MetadataCollectionBase
assign, clear, delete, dispose, getCapacity, getCount, indexOf, move, remove, set, setCapacity, sortMethods inherited from class com.adbs.ast.MetadataBase
clone, getSQLContextMethods inherited from class com.adbs.ast.UpdatablePersistent
addUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
-
Constructor Details
-
MetadataRelationList
-
-
Method Details
-
get
- Overrides:
getin classMetadataCollectionBase
-
set
-
getXMLItemName
- Overrides:
getXMLItemNamein classMetadataCollectionBase
-
add
- Overrides:
addin classMetadataCollectionBase
-
indexOf
-
insert
- Overrides:
insertin classMetadataCollectionBase
-
remove
-
addRelation
public MetadataRelation addRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase) -
findRelation
public int findRelation(MetadataQualifiedNameList keyFields, AstTokenIdentifier childSchema, AstTokenIdentifier childName, MetadataQualifiedNameList childFields, SQLQualifiedName childDatabase)
-