| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.common.packet.commands | |
| org.mariadb.jdbc.internal.common.query | |
| org.mariadb.jdbc.internal.mysql |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MySQLStatement.execute(Query query)
executes a query.
|
protected ResultSet |
MySQLStatement.executeQuery(Query query)
executes a select query.
|
protected int |
MySQLStatement.executeUpdate(Query query)
Executes an update.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MySQLStatement.execute(List<Query> queries,
boolean isRewritable,
int rewriteOffset)
Execute statements.
|
| Constructor and Description |
|---|
StreamedQueryPacket(List<Query> queries,
boolean isRewritable,
int rewriteOffset) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterizedQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLParameterizedQuery |
class |
MySQLQuery |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery) |
QueryResult |
MySQLProtocol.executeQuery(Query query,
boolean streaming) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
MySQLProtocol.executeQuery(List<Query> dQueries,
boolean streaming,
boolean isRewritable,
int rewriteOffset) |
QueryResult |
MySQLProtocol.getResult(List<Query> dQueries,
boolean streaming) |
Copyright © 2015. All rights reserved.