|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResult | |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.common.queryresults | |
| org.drizzle.jdbc.internal.mysql | |
| Uses of QueryResult in org.drizzle.jdbc |
|---|
| Methods in org.drizzle.jdbc that return QueryResult | |
|---|---|
protected QueryResult |
DrizzleStatement.getQueryResult()
returns the query result. |
| Methods in org.drizzle.jdbc with parameters of type QueryResult | |
|---|---|
protected void |
DrizzleStatement.setQueryResult(QueryResult result)
sets the current query result |
| Constructors in org.drizzle.jdbc with parameters of type QueryResult | |
|---|---|
DrizzleResultSet(QueryResult dqr,
java.sql.Statement statement,
Protocol protocol)
|
|
| Uses of QueryResult in org.drizzle.jdbc.internal.common |
|---|
| Methods in org.drizzle.jdbc.internal.common that return QueryResult | |
|---|---|
QueryResult |
Protocol.executeQuery(Query dQuery)
executes a query |
QueryResult |
Protocol.executeQuery(Query createQuery,
java.io.InputStream inputStream)
|
QueryResult |
Protocol.getMoreResults()
|
| Methods in org.drizzle.jdbc.internal.common that return types with arguments of type QueryResult | |
|---|---|
java.util.List<QueryResult> |
Protocol.executeBatch()
executes the batch of queries |
| Uses of QueryResult in org.drizzle.jdbc.internal.common.queryresults |
|---|
| Subinterfaces of QueryResult in org.drizzle.jdbc.internal.common.queryresults | |
|---|---|
interface |
ModifyQueryResult
. |
interface |
SelectQueryResult
User: marcuse Date: Mar 9, 2009 Time: 8:42:45 PM |
| Classes in org.drizzle.jdbc.internal.common.queryresults that implement QueryResult | |
|---|---|
class |
DrizzleInsertIdQueryResult
. |
class |
DrizzleQueryResult
User: marcuse Date: Jan 23, 2009 Time: 8:15:55 PM |
class |
DrizzleUpdateResult
. |
| Methods in org.drizzle.jdbc.internal.common.queryresults that return QueryResult | |
|---|---|
QueryResult |
ModifyQueryResult.getGeneratedKeysResult()
|
QueryResult |
DrizzleUpdateResult.getGeneratedKeysResult()
|
| Uses of QueryResult in org.drizzle.jdbc.internal.mysql |
|---|
| Methods in org.drizzle.jdbc.internal.mysql that return QueryResult | |
|---|---|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery)
|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery,
java.io.InputStream inputStream)
|
QueryResult |
MySQLProtocol.getMoreResults()
|
| Methods in org.drizzle.jdbc.internal.mysql that return types with arguments of type QueryResult | |
|---|---|
java.util.List<QueryResult> |
MySQLProtocol.executeBatch()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||