Lines Matching refs:schema

644 	/** return the database vendor's preferred term for "schema"
690 /** Can a schema name be used in a data manipulation statement?
699 /** Can a schema name be used in a procedure call statement?
708 /** Can a schema name be used in a table definition statement?
717 /** Can a schema name be used in an index definition statement?
726 /** Can a schema name be used in a privilege definition statement?
1018 /** return the maximum length allowed for a schema name
1200 Only procedure descriptions matching the schema and
1212 <b>PROCEDURE_SCHEM</b> string => procedure schema (may be <NULL/>)
1241 a schema name pattern; "" retrieves those without a schema
1258 Only descriptions matching the schema, procedure and
1272 <b>PROCEDURE_SCHEM</b> string => procedure schema (may be <NULL/>)
1339 a schema name pattern; "" retrieves those without a schema
1358 <p>Only table descriptions matching the catalog, schema, table
1369 <b>TABLE_SCHEM</b> string => table schema (may be <NULL/>)
1390 a schema name pattern; "" retrieves those without a schema
1405 /** Gets the schema names available in this database. The results
1406 are ordered by schema name.
1409 <p>The schema column is:
1413 <b>TABLE_SCHEM</b> string => schema name
1417 each row has a single String column that is a schema name
1468 <p>Only column descriptions matching the catalog, schema, table
1479 <b>TABLE_SCHEM</b> string => table schema (may be <NULL/>)
1548 a schema name pattern; "" retrieves those without a schema
1577 <b>TABLE_SCHEM</b> string => table schema (may be <NULL/>)
1602 @param schema
1603 a schema name ; "" retrieves those without a schema
1613 XResultSet getColumnPrivileges([in]any catalog, [in]string schema,
1624 <p>Only privileges matching the schema and table name
1635 <b>TABLE_SCHEM</b> string => table schema (may be <NULL/>)
1658 a schema name pattern; "" retrieves those without a schema
1722 @param schema
1723 a schema name; "" retrieves those without a schema
1735 XResultSet getBestRowIdentifier([in]any catalog, [in]string schema,
1784 @param schema
1785 a schema name; "" retrieves those without a schema
1793 XResultSet getVersionColumns([in]any catalog, [in]string schema,
1808 <b>TABLE_SCHEM</b> string => table schema (may be <NULL/>)
1825 @param schema
1826 a schema name; "" retrieves those without a schema
1834 XResultSet getPrimaryKeys([in]any catalog, [in]string schema,
1852 <b>PKTABLE_SCHEM</b> string => primary key table schema
1867 <b>FKTABLE_SCHEM</b> string => foreign key table schema (may be <NULL/>)
1940 @param schema
1941 a schema name; "" retrieves those without a schema
1949 XResultSet getImportedKeys([in]any catalog, [in]string schema,
1966 <b>PKTABLE_SCHEM</b> string => primary key table schema (may be <NULL/>)
1979 <b>FKTABLE_SCHEM</b> string => foreign key table schema (may be <NULL/>)
2055 @param schema
2056 a schema name; "" retrieves those without a schema
2064 XResultSet getExportedKeys([in]any catalog, [in]string schema,
2084 <b>PKTABLE_SCHEM</b> string => primary key table schema (may be <NULL/>)
2097 <b>FKTABLE_SCHEM</b> string => foreign key table schema (may be <NULL/>)
2174 a schema name; "" retrieves those without a schema
2180 a schema name; "" retrieves those without a schema
2301 <b>TABLE_SCHEM</b> string => table schema (may be <NULL/>)
2362 @param schema
2363 a schema name; "" retrieves those without a schema
2375 XResultSet getIndexInfo([in]any catalog, [in]string schema, [in]string table,
2536 schema. Schema-specific UDTs may have type OBJECT, STRUCT,
2540 <p>Only types matching the catalog, schema, type name, and type
2553 <b>TYPE_SCHEM</b> string => type's schema (may be <NULL/>)
2576 a schema name pattern; "" retrieves those without a schema