Lines Matching refs:catalog

349 		the string pattern style catalog search parameters.
662 /** return the database vendor's preferred term for "catalog"
671 /** Does a catalog appear at the start of a qualified table name?
681 /** return the separator between catalog and table name
736 /** Can a catalog name be used in a data manipulation statement?
745 /** Can a catalog name be used in a procedure call statement?
754 /** Can a catalog name be used in a table definition statement?
763 /** Can a catalog name be used in an index definition statement?
772 /** Can a catalog name be used in a privilege definition statement?
1036 /** return the maximum length of a catalog name
1196 catalog.
1209 <b>PROCEDURE_CAT</b> string => procedure catalog (may be <NULL/>)
1238 @param catalog
1239 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1249 XResultSet getProcedures([in]any catalog, [in]string schemaPattern,
1253 /** gets a description of a catalog's stored procedure parameters
1269 <b>PROCEDURE_CAT</b> string => procedure catalog (may be <NULL/>)
1336 @param catalog
1337 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1349 XResultSet getProcedureColumns([in]any catalog, [in]string schemaPattern,
1355 /** gets a description of tables available in a catalog.
1358 <p>Only table descriptions matching the catalog, schema, table
1366 <b>TABLE_CAT</b> string => table catalog (may be <NULL/>)
1387 @param catalog
1388 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1400 XResultSet getTables([in]any catalog, [in]string schemaPattern,
1424 /** gets the catalog names available in this database. The results
1425 are ordered by catalog name.
1428 <p>The catalog column is:
1432 <b>TABLE_CAT</b> string => catalog name
1436 each row has a single String column that is a catalog name
1465 the specified catalog.
1468 <p>Only column descriptions matching the catalog, schema, table
1476 <b>TABLE_CAT</b> string => table catalog (may be <NULL/>)
1545 @param catalog
1546 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1558 XResultSet getColumns([in]any catalog, [in]string schemaPattern,
1574 <b>TABLE_CAT</b> string => table catalog (may be <NULL/>)
1600 @param catalog
1601 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1613 XResultSet getColumnPrivileges([in]any catalog, [in]string schema,
1618 in a catalog. Note that a table privilege applies to one or
1632 <b>TABLE_CAT</b> string => table catalog (may be <NULL/>)
1655 @param catalog
1656 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1666 XResultSet getTablePrivileges([in]any catalog, [in]string schemaPattern,
1720 @param catalog
1721 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1735 XResultSet getBestRowIdentifier([in]any catalog, [in]string schema,
1782 @param catalog
1783 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1793 XResultSet getVersionColumns([in]any catalog, [in]string schema,
1805 <b>TABLE_CAT</b> string => table catalog (may be <NULL/>)
1823 @param catalog
1824 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1834 XResultSet getPrimaryKeys([in]any catalog, [in]string schema,
1848 <b>PKTABLE_CAT</b> string => primary key table catalog
1864 <b>FKTABLE_CAT</b> string => foreign key table catalog (may be <NULL/>)
1938 @param catalog
1939 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
1949 XResultSet getImportedKeys([in]any catalog, [in]string schema,
1963 <b>PKTABLE_CAT</b> string => primary key table catalog (may be <NULL/>)
1975 <b>FKTABLE_CAT</b> string => foreign key table catalog (may be <NULL/>)
2053 @param catalog
2054 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
2064 XResultSet getExportedKeys([in]any catalog, [in]string schema,
2081 <b>PKTABLE_CAT</b> string => primary key table catalog (may be <NULL/>)
2093 <b>FKTABLE_CAT</b> string => foreign key table catalog (may be <NULL/>)
2172 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
2178 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
2298 <b>TABLE_CAT</b> string => table catalog (may be <NULL/>)
2311 <b>INDEX_QUALIFIER</b> string => index catalog (may be <NULL/>);
2360 @param catalog
2361 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
2375 XResultSet getIndexInfo([in]any catalog, [in]string schema, [in]string table,
2540 <p>Only types matching the catalog, schema, type name, and type
2543 name. In this case, the catalog and schemaPattern parameters are
2550 <b>TYPE_CAT</b> string => the type's catalog (may be <NULL/>)
2573 @param catalog
2574 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel…
2586 XResultSet getUDTs([in]any catalog, [in]string schemaPattern,