Home
last modified time | relevance | path

Searched refs:schemaPattern (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1257 ResultSet getProcedures(String catalog, String schemaPattern, in getProcedures() argument
1381 String schemaPattern, in getProcedureColumns() argument
1522 ResultSet getTables(String catalog, String schemaPattern, in getTables() argument
1665 ResultSet getColumns(String catalog, String schemaPattern, in getColumns() argument
1778 ResultSet getTablePrivileges(String catalog, String schemaPattern, in getTablePrivileges() argument
2819 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs() argument
2923 ResultSet getSuperTypes(String catalog, String schemaPattern, in getSuperTypes() argument
2960 ResultSet getSuperTables(String catalog, String schemaPattern, in getSuperTables() argument
3069 ResultSet getAttributes(String catalog, String schemaPattern, in getAttributes() argument
3248 ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException; in getSchemas() argument
[all …]