|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v2 | |
| org.postgresql.core.v3 | |
| org.postgresql.jdbc2 | |
| org.postgresql.jdbc3 | |
| org.postgresql.jdbc3g | |
| Uses of Query in org.postgresql.core |
|---|
| Methods in org.postgresql.core that return Query | |
|---|---|
Query |
QueryExecutor.createParameterizedQuery(String sql)
Create a parameterized Query object suitable for execution by this QueryExecutor. |
Query |
QueryExecutor.createSimpleQuery(String sql)
Create an unparameterized Query object suitable for execution by this QueryExecutor. |
| Methods in org.postgresql.core with parameters of type Query | |
|---|---|
ResultSet |
BaseStatement.createResultSet(Query originalQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
Create a resultset from data retrieved from the server. |
void |
QueryExecutor.execute(Query[] queries,
ParameterList[] parameterLists,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
Execute several Query, passing results to a provided ResultHandler. |
void |
QueryExecutor.execute(Query query,
ParameterList parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
Execute a Query, passing results to a provided ResultHandler. |
void |
ResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
Called when result rows are received from a query. |
| Uses of Query in org.postgresql.core.v2 |
|---|
| Methods in org.postgresql.core.v2 that return Query | |
|---|---|
Query |
QueryExecutorImpl.createParameterizedQuery(String sql)
|
Query |
QueryExecutorImpl.createSimpleQuery(String sql)
|
| Methods in org.postgresql.core.v2 with parameters of type Query | |
|---|---|
void |
QueryExecutorImpl.execute(Query[] queries,
ParameterList[] parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
|
void |
QueryExecutorImpl.execute(Query query,
ParameterList parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
|
protected void |
QueryExecutorImpl.processResults(Query originalQuery,
ResultHandler handler,
int maxRows,
int flags)
|
| Uses of Query in org.postgresql.core.v3 |
|---|
| Methods in org.postgresql.core.v3 that return Query | |
|---|---|
Query |
QueryExecutorImpl.createParameterizedQuery(String sql)
|
Query |
QueryExecutorImpl.createSimpleQuery(String sql)
|
| Methods in org.postgresql.core.v3 with parameters of type Query | |
|---|---|
void |
QueryExecutorImpl.execute(Query[] queries,
ParameterList[] parameterLists,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
|
void |
QueryExecutorImpl.execute(Query query,
ParameterList parameters,
ResultHandler handler,
int maxRows,
int fetchSize,
int flags)
|
| Uses of Query in org.postgresql.jdbc2 |
|---|
| Fields in org.postgresql.jdbc2 declared as Query | |
|---|---|
protected Query |
AbstractJdbc2Statement.lastSimpleQuery
|
protected Query |
AbstractJdbc2ResultSet.originalQuery
|
protected Query |
AbstractJdbc2Statement.preparedQuery
|
| Methods in org.postgresql.jdbc2 with parameters of type Query | |
|---|---|
abstract ResultSet |
AbstractJdbc2Statement.createResultSet(Query originalQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
|
protected void |
AbstractJdbc2Statement.execute(Query queryToExecute,
ParameterList queryParameters,
int flags)
|
void |
AbstractJdbc2Statement.StatementResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
|
void |
AbstractJdbc2ResultSet.CursorResultHandler.handleResultRows(Query fromQuery,
Field[] fields,
Vector tuples,
ResultCursor cursor)
|
| Constructors in org.postgresql.jdbc2 with parameters of type Query | |
|---|---|
AbstractJdbc2ResultSet(Query originalQuery,
BaseStatement statement,
Field[] fields,
Vector tuples,
ResultCursor cursor,
int maxRows,
int maxFieldSize,
int rsType,
int rsConcurrency)
|
|
| Uses of Query in org.postgresql.jdbc3 |
|---|
| Constructors in org.postgresql.jdbc3 with parameters of type Query | |
|---|---|
AbstractJdbc3ResultSet(Query originalQuery,
BaseStatement statement,
Field[] fields,
Vector tuples,
ResultCursor cursor,
int maxRows,
int maxFieldSize,
int rsType,
int rsConcurrency,
int rsHoldability)
|
|
| Uses of Query in org.postgresql.jdbc3g |
|---|
| Constructors in org.postgresql.jdbc3g with parameters of type Query | |
|---|---|
AbstractJdbc3gResultSet(Query originalQuery,
BaseStatement statement,
Field[] fields,
Vector tuples,
ResultCursor cursor,
int maxRows,
int maxFieldSize,
int rsType,
int rsConcurrency,
int rsHoldability)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||