adams.flow.source.DatabaseMetaData
Outputs the meta-data of the current database connection.
Flow input/output:
- output: adams.data.spreadsheet.SpreadSheet
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
min-user-mode | Expert |
The name of the actor.
command-line | -name <java.lang.String> |
default | DatabaseMetaData |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
min-user-mode | Expert |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
min-user-mode | Expert |
The type mapper to use for mapping spreadsheet and SQL types.
command-line | -type-mapper <adams.data.spreadsheet.sql.AbstractTypeMapper> |
default | adams.data.spreadsheet.sql.DefaultTypeMapper |
The type of meta-data to retrieve.
command-line | -meta-data-type <BASIC|CONNECTION|ATTRIBUTES|CATALOGS|CLIENT_INFO_PROPERTIES|COLUMN_PRIVILEGES|COLUMNS|EXPORTED_KEYS|FUNCTION_COLUMNS|FUNCTIONS|IMPORTED_KEYS|INDEX_INFO|PRIMARY_KEYS|PROCEDURE_COLUMNS|PROCEDURES|PSEUDO_COLUMNS|SCHEMAS|SUPER_TABLES|SUPER_TYPES|TABLES|TABLE_TYPES|TYPE_INFO|USER_DEFINED_TYPES|VERSION_COLUMNS> |
default | BASIC |
The table to retrieve the information for (COLUMN_PRIVILEGES, EXPORTED_KEYS, IMPORTED_KEYS, INDEX_INFO, PRIMARY_KEYS, VERSION_COLUMNS).
command-line | -table <java.lang.String> |
default |
|