- getColumnsForDatabaseTable(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of column for a database table (or view)
- getDatabaseByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the database metadata element with the supplied unique identifier.
- getDatabaseColumnByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the database column metadata element with the supplied unique identifier.
- getDatabaseColumnsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database column metadata elements with a matching qualified or display name.
- getDatabasesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database metadata elements with a matching qualified or display name.
- getDatabaseSchemaByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the database schema metadata element with the supplied unique identifier.
- getDatabaseSchemasByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database schema metadata elements with a matching qualified or display name.
- getDatabaseTableByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the database table metadata element with the supplied unique identifier.
- getDatabaseTablesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database table metadata elements with a matching qualified or display name.
- getDatabaseViewByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the database view metadata element with the supplied unique identifier.
- getDatabaseViewsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database view metadata elements with a matching qualified or display name.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
-
Retrieve a message definition object for an exception.
- getMyDatabases(int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of databases created by this caller.
- getSchemasForDatabase(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Return the list of schemas associated with a database.
- getTablesForDatabaseSchema(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database tables associated with a database schema.
- getViewsForDatabaseSchema(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
-
Retrieve the list of database views associated with a database schema.