boolean
implicitSchema, in Class DB2Routine
Documentation
From the DB2 SQL Reference for Cross-Platform Development v1.1
http://www7b.software.ibm.com/dmdd/library/techarticle/0206sqlref/0206sqlref.html
The routine name is implicitly or explicitly qualified with a schema name. If the routine
is created without a schema, then it is created with an implicit schema.
The implicit schema name is determined as follows:
- For distinct type names, the database manager searches the SQL path and
selects the first schema in the SQL path such that the data type exists in the
schema.
- For procedure names, the database manager searches the SQL path and
selects the first schema in the SQL path such that the schema contains a
procedure with the same name and the same number of parameters.
- For function names, the database manager uses the SQL path in conjunction
with function resolution, as described under "Function resolution" on page 94.
Export Control | PublicAccess | Containment | Unspecified |
Static | No | Derived | No |
Property Settings
Data Modeler
dmItem | False | DMName | |
Ordinal | 0 | IsIdentity | False |
IsUnique | False | NullsAllowed | False |
Length | 0 | Scale | 0 |
ColumnType | Native | ForBitData | False |
DefaultValueType | | DefaultValue | |
SourceId | | SourceType | |
OID | False | | |