Package com.adbs.metadata
Class GetObjectsNamesAdapter
java.lang.Object
com.adbs.metadata.GetObjectsNamesAdapter
- All Implemented Interfaces:
GetMetadataEventListener
,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getFields
(GetFieldsEvent event) void
getProcedures
(GetObjectNamesEvent event) void
getRelations
(GetRelationsEvent event) void
getSynonyms
(GetObjectNamesEvent event) void
void
void
void
void
getTables
(GetObjectNamesEvent event) void
getViews
(GetObjectNamesEvent event)
-
Constructor Details
-
GetObjectsNamesAdapter
public GetObjectsNamesAdapter()
-
-
Method Details
-
getTables
- Specified by:
getTables
in interfaceGetMetadataEventListener
-
getSystemTables
- Specified by:
getSystemTables
in interfaceGetMetadataEventListener
-
getViews
- Specified by:
getViews
in interfaceGetMetadataEventListener
-
getSystemViews
- Specified by:
getSystemViews
in interfaceGetMetadataEventListener
-
getProcedures
- Specified by:
getProcedures
in interfaceGetMetadataEventListener
-
getSystemProcedures
- Specified by:
getSystemProcedures
in interfaceGetMetadataEventListener
-
getSynonyms
- Specified by:
getSynonyms
in interfaceGetMetadataEventListener
-
getSystemSynonyms
- Specified by:
getSystemSynonyms
in interfaceGetMetadataEventListener
-
getFields
- Specified by:
getFields
in interfaceGetMetadataEventListener
-
getRelations
- Specified by:
getRelations
in interfaceGetMetadataEventListener
-