• Home
  • Raw
  • Download

Lines Matching refs:ResultSet

497     public ResultSet getProcedures(String catalog, String schemaPattern,  in getProcedures()
503 public ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
511 public ResultSet getTables(String catalog, String schemaPattern, in getTables()
541 ResultSet rs = null; in getTables()
553 public ResultSet getSchemas() throws SQLException { in getSchemas()
560 return (ResultSet) rs; in getSchemas()
563 public ResultSet getCatalogs() throws SQLException { in getCatalogs()
570 return (ResultSet) rs; in getCatalogs()
573 public ResultSet getTableTypes() throws SQLException { in getTableTypes()
584 return (ResultSet) rs; in getTableTypes()
587 public ResultSet getColumns(String catalog, String schemaPattern, in getColumns()
684 public ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges()
705 public ResultSet getTablePrivileges(String catalog, String schemaPattern, in getTablePrivileges()
725 public ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier()
840 public ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns()
859 public ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
1022 public ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
1064 public ResultSet getExportedKeys(String catalog, String schema, in getExportedKeys()
1087 public ResultSet getCrossReference(String primaryCatalog, in getCrossReference()
1140 public ResultSet getTypeInfo() throws SQLException { in getTypeInfo()
1272 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
1369 return type == ResultSet.TYPE_FORWARD_ONLY || in supportsResultSetType()
1370 type == ResultSet.TYPE_SCROLL_INSENSITIVE || in supportsResultSetType()
1371 type == ResultSet.TYPE_SCROLL_SENSITIVE; in supportsResultSetType()
1376 if (type == ResultSet.TYPE_FORWARD_ONLY || in supportsResultSetConcurrency()
1377 type == ResultSet.TYPE_SCROLL_INSENSITIVE || in supportsResultSetConcurrency()
1378 type == ResultSet.TYPE_SCROLL_SENSITIVE) { in supportsResultSetConcurrency()
1379 return concurrency == ResultSet.CONCUR_READ_ONLY || in supportsResultSetConcurrency()
1380 concurrency == ResultSet.CONCUR_UPDATABLE; in supportsResultSetConcurrency()
1386 if (type == ResultSet.TYPE_FORWARD_ONLY || in ownUpdatesAreVisible()
1387 type == ResultSet.TYPE_SCROLL_INSENSITIVE || in ownUpdatesAreVisible()
1388 type == ResultSet.TYPE_SCROLL_SENSITIVE) { in ownUpdatesAreVisible()
1395 if (type == ResultSet.TYPE_FORWARD_ONLY || in ownDeletesAreVisible()
1396 type == ResultSet.TYPE_SCROLL_INSENSITIVE || in ownDeletesAreVisible()
1397 type == ResultSet.TYPE_SCROLL_SENSITIVE) { in ownDeletesAreVisible()
1404 if (type == ResultSet.TYPE_FORWARD_ONLY || in ownInsertsAreVisible()
1405 type == ResultSet.TYPE_SCROLL_INSENSITIVE || in ownInsertsAreVisible()
1406 type == ResultSet.TYPE_SCROLL_SENSITIVE) { in ownInsertsAreVisible()
1440 public ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
1603 public ResultSet getSuperTypes(String catalog, String schemaPattern, in getSuperTypes()
1609 public ResultSet getSuperTables(String catalog, String schemaPattern, in getSuperTables()
1615 public ResultSet getAttributes(String catalog, String schemaPattern, in getAttributes()
1623 return ResultSet.HOLD_CURSORS_OVER_COMMIT; in getResultSetHoldability()
1650 public ResultSet getSchemas(String cat, String schema) in getSchemas()
1665 public ResultSet getClientInfoProperties() throws SQLException { in getClientInfoProperties()
1669 public ResultSet getFunctions(String cat, String schema, String func) in getFunctions()
1674 public ResultSet getFunctionColumns(String cat, String schema, in getFunctionColumns()