|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.common.packet.commands | |
| org.drizzle.jdbc.internal.common.query | |
| org.drizzle.jdbc.internal.mysql | |
| Uses of Query in org.drizzle.jdbc.internal.common |
|---|
| Methods in org.drizzle.jdbc.internal.common with parameters of type Query | |
|---|---|
void |
Protocol.addToBatch(Query dQuery)
adds a query to the batch |
QueryResult |
Protocol.executeQuery(Query dQuery)
executes a query |
QueryResult |
Protocol.executeQuery(Query createQuery,
java.io.InputStream inputStream)
|
| Uses of Query in org.drizzle.jdbc.internal.common.packet.commands |
|---|
| Constructors in org.drizzle.jdbc.internal.common.packet.commands with parameters of type Query | |
|---|---|
StreamedQueryPacket(Query query)
|
|
| Uses of Query in org.drizzle.jdbc.internal.common.query |
|---|
| Subinterfaces of Query in org.drizzle.jdbc.internal.common.query | |
|---|---|
interface |
ParameterizedQuery
. |
| Classes in org.drizzle.jdbc.internal.common.query that implement Query | |
|---|---|
class |
DrizzleParameterizedQuery
. |
class |
DrizzleQuery
. |
| Methods in org.drizzle.jdbc.internal.common.query that return Query | |
|---|---|
Query |
QueryFactory.createQuery(byte[] query)
|
Query |
DrizzleQueryFactory.createQuery(java.lang.String query)
|
Query |
QueryFactory.createQuery(java.lang.String query)
|
| Uses of Query in org.drizzle.jdbc.internal.mysql |
|---|
| Methods in org.drizzle.jdbc.internal.mysql with parameters of type Query | |
|---|---|
void |
MySQLProtocol.addToBatch(Query dQuery)
|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery)
|
QueryResult |
MySQLProtocol.executeQuery(Query dQuery,
java.io.InputStream inputStream)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||