Searched refs:catalog (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DDatabaseMetaData.java438 * specified SQL User Defined Type (UDT) for a specified schema and catalog.
449 * <li>{@code TYPE_CAT} - String - the type catalog name (possibly {@code
488 * this gives the catalog of the table corresponding to the attribute's scope.
501 * @param catalog
502 * a catalog name. {@code null} is used to imply no narrowing of
503 * the search by catalog name. Otherwise, the name must match a
504 * catalog name held in the database, with "" used to retrieve
505 * those without a catalog name.
521 public ResultSet getAttributes(String catalog, String schemaPattern, argument
561 * @param catalog
584 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) argument
659 getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) argument
737 getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) argument
1022 getExportedKeys(String catalog, String schema, String table) argument
1131 getImportedKeys(String catalog, String schema, String table) argument
1203 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument
1488 getPrimaryKeys(String catalog, String schema, String table) argument
1566 getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) argument
1615 getProcedures(String catalog, String schemaPattern, String procedureNamePattern) argument
1749 getSuperTables(String catalog, String schemaPattern, String tableNamePattern) argument
1790 getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) argument
1847 getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) argument
1900 getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) argument
2035 getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) argument
2101 getVersionColumns(String catalog, String schema, String table) argument
3182 getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) argument
3200 getFunctions(String catalog, String schemaPattern, String functionNamePattern) argument
3224 getSchemas(String catalog, String schemaPattern) argument
[all...]
H A DConnection.java214 * Gets this {@code Connection} object's current catalog name.
216 * @return the catalog name. {@code null} if there is no catalog
670 * Sets the catalog name for this connection. This is used to select a
672 * catalog names, this method is ignored.
674 * @param catalog
675 * the catalog name to use.
679 public void setCatalog(String catalog) throws SQLException; argument

Completed in 21 milliseconds