final public static String STD_DECLARED_GLOBAL_TEMPORARY_TABLES_SCHEMA_NAME(Code)
STD_DEFAULT_SCHEMA_NAME
final public static String STD_DEFAULT_SCHEMA_NAME(Code)
STD_DEFAULT_SCHEMA_NAME is the name of the default schema in databases
that use ANSI standard identifier casing. In LSA and in Cloudscape
target databases the name will use the same case as the source database
identifiers.
See org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext#getDefaultSchemaName
STD_SQLJ_SCHEMA_NAME
final public static String STD_SQLJ_SCHEMA_NAME(Code)
This schema is used for jar handling procedures.
STD_SYSTEM_DIAG_SCHEMA_NAME
final public static String STD_SYSTEM_DIAG_SCHEMA_NAME(Code)
This schema is for cloudscape specific system diagnostic procedures and
functions which are not available in DB2.
STD_SYSTEM_SCHEMA_NAME
final public static String STD_SYSTEM_SCHEMA_NAME(Code)
STD_SYSTEM_SCHEMA_NAME is the name of the system schema in databases that
use ANSI standard identifier casing. In LSA and in Cloudscape target
databases the name will use the same case as the source database
identifiers.
See org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext#getSystemSchemaName
STD_SYSTEM_UTIL_SCHEMA_NAME
final public static String STD_SYSTEM_UTIL_SCHEMA_NAME(Code)
This schema is for cloudscape specific system diagnostic procedures and
functions which are not available in DB2.
SYSCAT_SCHEMA_UUID
final public static String SYSCAT_SCHEMA_UUID(Code)
UUID's used as key's in the SYSSCHEMA catalog for the system schema's
SYSCS_DIAG_SCHEMA_UUID
final public static String SYSCS_DIAG_SCHEMA_UUID(Code)
SYSCS_UTIL_SCHEMA_UUID
final public static String SYSCS_UTIL_SCHEMA_UUID(Code)
SYSFUN_SCHEMA_UUID
final public static String SYSFUN_SCHEMA_UUID(Code)
SYSIBM_SCHEMA_UUID
final public static String SYSIBM_SCHEMA_UUID(Code)
SYSPROC_SCHEMA_UUID
final public static String SYSPROC_SCHEMA_UUID(Code)
SYSSTAT_SCHEMA_UUID
final public static String SYSSTAT_SCHEMA_UUID(Code)
SYSTEM_SCHEMA_UUID
final public static String SYSTEM_SCHEMA_UUID(Code)
Constructor for a SchemaDescriptor.
Parameters: dataDictionary - Parameters: name - The schema descriptor for this table. Parameters: oid - The object id Parameters: aid - The authorizatin id Parameters: isSystem - boolean, true iff this is a system schema, like SYS,SYSIBM, SYSCAT, SYSFUN, ....
Indicate whether this is a system schema or not
Examples of system schema's include:
SYS, SYSIBM, SYSCAT, SYSFUN, SYSPROC, SYSSTAT, and SYSCS_DIAG
true/false