Purpose

Specifies the default schema to use for the specified database once connected. The specified schema should be an existing schema for which the specified default role has privileges.

After connecting, the USE SCHEMA command can be executed to set a different schema for the session.

Valid Values

String

where:

String

is a valid schema name.

Data Source Methods

public String getSchema()

public void setSchema(String)

Default Value

No default value

Data Type

String