| 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.
|
| Constructor and Description |
|---|
StreamedQueryPacket(Query query) |
| 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 dQuery,
boolean streaming) |
QueryResult |
MySQLProtocol.getResult(Query dQuery,
boolean streaming) |
Copyright © 2014. All rights reserved.