Home | History | Annotate | Download | only in sql

Lines Matching refs:getTables

96                     ResultSet userTab = meta.getTables(null, null, null, null);
1066 * java.sql.DatabaseMetaData #getTables(java.lang.String,
1081 ResultSet rs = meta.getTables(null, null, null, null);
1095 rs = meta.getTables(conn.getCatalog(), null, null, new String[] {
1102 rs = meta.getTables(conn.getCatalog(), null, null, new String[] {
1116 rs = meta.getTables(null, null, "%", null);
1133 meta.getTables(null, null, null, null);