Searched defs:catalog (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DConnection.java346 * Sets the given catalog name in order to select
360 * @param catalog the name of a catalog (subspace in this
366 void setCatalog(String catalog) throws SQLException; argument
369 * Retrieves this <code>Connection</code> object's current catalog name.
371 * @return the current catalog name or <code>null</code> if there is none
H A DDatabaseMetaData.java364 * the catalog search parameters that are a pattern (and therefore use one
658 * Retrieves the database vendor's preferred term for "catalog".
660 * @return the vendor term for "catalog"
666 * Retrieves whether a catalog appears at the start of a fully qualified
667 * table name. If not, the catalog appears at the end.
669 * @return <code>true</code> if the catalog name appears at the beginning
677 * separator between a catalog and table name.
725 * Retrieves whether a catalog name can be used in a data manipulation statement.
733 * Retrieves whether a catalog name can be used in a procedure call statement.
741 * Retrieves whether a catalog nam
1257 getProcedures(String catalog, String schemaPattern, String procedureNamePattern) argument
1380 getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) argument
1522 getTables(String catalog, String schemaPattern, String tableNamePattern, String types[]) argument
1665 getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) argument
1735 getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) argument
1778 getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) argument
1832 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) argument
1943 getVersionColumns(String catalog, String schema, String table) argument
2005 getPrimaryKeys(String catalog, String schema, String table) argument
2083 getImportedKeys(String catalog, String schema, String table) argument
2267 getExportedKeys(String catalog, String schema, String table) argument
2554 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument
2819 getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) argument
2923 getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) argument
2960 getSuperTables(String catalog, String schemaPattern, String tableNamePattern) argument
3069 getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) argument
3248 getSchemas(String catalog, String schemaPattern) argument
3345 getFunctions(String catalog, String schemaPattern, String functionNamePattern) argument
3441 getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) argument
[all...]
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogger.java187 private ResourceBundle catalog; // Cached resource bundle field in class:Logger
188 private String catalogName; // name associated with catalog
189 private Locale catalogLocale; // locale associated with catalog
652 * @param msg The string message (or a key in the message catalog)
670 * @param msg The string message (or a key in the message catalog)
691 * @param msg The string message (or a key in the message catalog)
716 * @param msg The string message (or a key in the message catalog)
743 * @param msg The string message (or a key in the message catalog)
766 * @param msg The string message (or a key in the message catalog)
793 * @param msg The string message (or a key in the message catalog)
[all...]

Completed in 144 milliseconds