blob: 3677433ade04b19710ec11b418300a490b45836b [file] [log] [blame]
////
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
////
:documentationPath: /plugins/transforms/
:language: en_US
:page-alternativeEditUrl: https://github.com/apache/incubator-hop/edit/master/plugins/transforms/gettablenames/src/main/doc/gettablenames.adoc
= Get table names
== Description
This transform gets the table names from a database connection.
== Options
[width="90%", options="header"]
|===
|Option|Description
|Transform name|Name of this transform as it appears in the pipeline workspace
|Connection|The connection to use
|Schema name|The schema to use
|Get schema from field|Allows passing a field containing the schema name
|Schema name field|The field containing the schema name
|Include catalogs|Includes catalogs in the output
|Include schemas|Includes schemas in the output
|Include views|Includes views in the output
|Include procedures|Includes procedures in the output
|Include synonyms|Include synonyms in the output
|Add schema in object name|Adds the schema to the object name
|Tablename fieldname|Output field containing the table name
|Object type fieldname|Output field containing the object type (catalog, schema, table, ...)
|Is system object fieldname|Output field containing boolean: is object a system object
|Creation SQL fieldname|Output field containing create statement for object
|===
== Metadata injection
All fields of this transform support metadata injection. You can use this transform with Metadata Injection to pass metadata to your pipeline at runtime.