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. if many queries, those queries will be rewritten
if isRewritable = false, the query will be agreggated :
INSERT INTO jdbc (`name`) VALUES ('Line 1: Lorem ipsum ...')
|
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 |
Protocol.executeQuery(Query dQuery) |
QueryResult |
MySQLProtocol.executeQuery(Query dQuery) |
QueryResult |
Protocol.executeQuery(Query dQuery,
boolean streaming) |
QueryResult |
MySQLProtocol.executeQuery(Query query,
boolean streaming) |
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.getResult(List<Query> dQuery,
boolean streaming) |
QueryResult |
MySQLProtocol.getResult(List<Query> dQueries,
boolean streaming) |
Copyright © 2015. All rights reserved.