| Package | Description |
|---|---|
| org.drizzle.jdbc | |
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.common.queryresults | |
| org.drizzle.jdbc.internal.mysql |
| Modifier and Type | Method and Description |
|---|---|
protected QueryResult |
DrizzleStatement.getQueryResult()
returns the query result.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DrizzleStatement.setQueryResult(QueryResult result)
sets the current query result
|
| Constructor and Description |
|---|
DrizzleResultSet(QueryResult dqr,
Statement statement,
Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
Protocol.executeQuery(Query dQuery)
executes a query
|
QueryResult |
Protocol.executeQuery(Query createQuery,
InputStream inputStream) |
QueryResult |
Protocol.getMoreResults() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
Protocol.executeBatch()
executes the batch of queries
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifyQueryResult
.
|
interface |
SelectQueryResult
User: marcuse Date: Mar 9, 2009 Time: 8:42:45 PM
|
| Modifier and Type | Class and Description |
|---|---|
class |
DrizzleInsertIdQueryResult
.
|
class |
DrizzleQueryResult
User: marcuse Date: Jan 23, 2009 Time: 8:15:55 PM
|
class |
DrizzleUpdateResult
.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
DrizzleUpdateResult.getGeneratedKeysResult() |
QueryResult |
ModifyQueryResult.getGeneratedKeysResult() |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery) |
QueryResult |
MySQLProtocol.executeQuery(Query dQuery,
InputStream inputStream) |
QueryResult |
MySQLProtocol.getMoreResults() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
MySQLProtocol.executeBatch() |
Copyright © 2016. All rights reserved.