Specifies the schema name for the table or view.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe database table name. Acts as an alias forname().- Default:
""
-
name
String nameThe database table name. Acts as an alias forvalue().- Default:
""
-
schema
String schemaThe database schema name.- Default:
""
-
escape
boolean escapeTrue to force escaping the schema and table name.Note: The schema and table names are automatically escaped if they contain special characters or are a reserved keyword.
- Default:
false
-