| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.common.queryresults | |
| org.mariadb.jdbc.internal.mysql |
| Modifier and Type | Method and Description |
|---|---|
protected QueryResult |
MySQLStatement.getQueryResult()
returns the query result.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySQLStatement.setQueryResult(QueryResult result)
sets the current query result
|
| Constructor and Description |
|---|
MySQLResultSet(QueryResult dqr,
Statement statement,
MySQLProtocol protocol,
Calendar cal) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedSelectResult |
class |
ModifyQueryResult |
class |
SelectQueryResult |
class |
StreamingSelectResult |
class |
UpdateResult |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery) |
QueryResult |
MySQLProtocol.executeQuery(Query dQuery,
boolean streaming) |
QueryResult |
MySQLProtocol.getMoreResults(boolean streaming) |
QueryResult |
MySQLProtocol.getResult(Query dQuery,
boolean streaming) |
Copyright © 2014. All rights reserved.