| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.common.queryresults | |
| org.mariadb.jdbc.internal.mysql |
| Constructor and Description |
|---|
MySQLResultSet(QueryResult dqr,
Statement statement,
Protocol 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 |
Protocol.executeQuery(List<Query> dQueries,
boolean streaming,
boolean isRewritable,
int rewriteOffset) |
QueryResult |
MySQLProtocol.executeQuery(List<Query> dQueries,
boolean streaming,
boolean isRewritable,
int rewriteOffset) |
QueryResult |
Protocol.executeQuery(Query dQuery) |
QueryResult |
MySQLProtocol.executeQuery(Query dQuery) |
QueryResult |
Protocol.executeQuery(Query dQuery,
boolean streaming) |
QueryResult |
MySQLProtocol.executeQuery(Query query,
boolean streaming) |
QueryResult |
Protocol.getMoreResults(boolean streaming) |
QueryResult |
MySQLProtocol.getMoreResults(boolean streaming) |
QueryResult |
Protocol.getResult(List<Query> dQuery,
boolean streaming) |
QueryResult |
MySQLProtocol.getResult(List<Query> dQueries,
boolean streaming) |
Copyright © 2015. All rights reserved.