Skip to content

Commit

Permalink
Database harvester - update documentation to document the field types…
Browse files Browse the repository at this point in the history
… supported
  • Loading branch information
josegar74 committed Oct 18, 2024
1 parent ce0f334 commit 32c6dce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Providing the following information:
- *Port*: The database port. For example, for Postgres usually 5432.
- *Database name*: The database name to connect.
- *Table name*: Table name with the metadata. The name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores.
- *Metadata field name*: Table field name that contains the metadata. The name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores.
- *Metadata field name*: Table field name that contains the metadata XML text. The field name must begin with a letter (a-z) or underscore (_). Subsequent characters in a name can be letters, digits (0-9), or underscores.
The supported SQL generic types for this field are the following: `BLOB`, `LONGVARBINARY`, `LONGNVARCHAR`, `LONGVARCHAR`, `VARCHAR`, `SQLXML`. Check your database documentation for specific implementations of these generic types.
- *Database type*: Database type. Currently supported Postgres and Oracle.
- *Remote authentication*: Credentials to connect to the database.

Expand Down

0 comments on commit 32c6dce

Please sign in to comment.