IPrimaryPostgresSPLD.SchemaOnly

Syntax

SchemaOnly: String;

Description

The SchemaOnly property determines a custom schema identifier in database.

Comments

To determine database identifiers on PostgreSQL server, use the IPrimaryPostgresSPLD.Database or IPrimaryPostgresSPLD.DatabaseOnly property. When setting database identifiers using the IPrimaryPostgresSPLD.Database property one can specify custom schema identifier followed by a point.

Example

The property use is given in the example for IPrimaryPostgresSPLD.DatabaseOnly.

See also:

IPrimaryPostgresSPLD