<Schema>
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Parent Element
<Database>
Child Elements
<ConfigOptions>, <SessionOptions>
Description
This element defines the schema that contains the mapping for a remote data source. The database configuration file can contain multiple schema definitions, but it must contain at least one. Each schema definition defines the type of the data source to which the schema maps, the information to connect to the remote database (except password), and the information needed to configure the remote data model to relational table mapping. At least one <Schema> element must exist.
Attributes
name [required]: The name of the schema that defines the data model to relational mapping.
This attribute can be any valid identifier name. The default value is
SFORCE for the remote data source and PUBLIC for the
local database.
type [required]: The type of remote data source for which the schema defines mapping. The
value must be Salesforce for the remote data source and
local for the local database.