Uses of Class
org.drizzle.jdbc.internal.common.QueryException

Packages that use QueryException
org.drizzle.jdbc.exception   
org.drizzle.jdbc.internal   
org.drizzle.jdbc.internal.common   
org.drizzle.jdbc.internal.common.packet   
org.drizzle.jdbc.internal.common.packet.commands   
org.drizzle.jdbc.internal.common.query   
org.drizzle.jdbc.internal.mysql   
org.drizzle.jdbc.internal.mysql.packet.commands   
 

Uses of QueryException in org.drizzle.jdbc.exception
 

Constructors in org.drizzle.jdbc.exception with parameters of type QueryException
SQLQueryCancelledException(java.lang.String message, java.lang.String sqlState, int errorCode, QueryException e)
           
SQLQueryTimedOutException(java.lang.String message, java.lang.String sqlState, int errorCode, QueryException e)
           
 

Uses of QueryException in org.drizzle.jdbc.internal
 

Methods in org.drizzle.jdbc.internal with parameters of type QueryException
static java.sql.SQLException SQLExceptionMapper.get(QueryException e)
           
 

Uses of QueryException in org.drizzle.jdbc.internal.common
 

Methods in org.drizzle.jdbc.internal.common that throw QueryException
 void Protocol.cancelCurrentQuery()
           
 void Protocol.close()
          closes the connection to the server
 void Protocol.commit()
          commits the current transaction
 int[] DefaultParameterizedBatchHandler.executeBatch()
           
 java.util.List<QueryResult> Protocol.executeBatch()
          executes the batch of queries
 int[] ParameterizedBatchHandler.executeBatch()
          execute the batch using protocol.
 int[] RewriteParameterizedBatchHandler.executeBatch()
           
 QueryResult Protocol.executeQuery(Query dQuery)
          executes a query
 QueryResult Protocol.executeQuery(Query createQuery, java.io.InputStream inputStream)
           
 QueryResult Protocol.getMoreResults()
           
 java.io.InputStream AbstractValueObject.getPBMSStream(Protocol protocol)
           
 java.io.InputStream ValueObject.getPBMSStream(Protocol protocol)
           
 java.lang.String Protocol.getServerVariable(java.lang.String s)
           
 boolean Protocol.ping()
          checks whether the connectiion is still valid
 void Protocol.releaseSavepoint(java.lang.String savepoint)
          releases the savepoint
 void Protocol.rollback()
          rolls back the current transaction
 void Protocol.rollback(java.lang.String savepoint)
          rolls back to the given save point
 void Protocol.selectDB(java.lang.String database)
          selects what database to use
 void Protocol.setSavepoint(java.lang.String savepoint)
          sets a save point
 void Protocol.timeOut()
           
 

Uses of QueryException in org.drizzle.jdbc.internal.common.packet
 

Methods in org.drizzle.jdbc.internal.common.packet that throw QueryException
 int CommandPacket.send(java.io.OutputStream os)
           
 

Uses of QueryException in org.drizzle.jdbc.internal.common.packet.commands
 

Methods in org.drizzle.jdbc.internal.common.packet.commands that throw QueryException
 int StreamedQueryPacket.send(java.io.OutputStream ostream)
           
 

Uses of QueryException in org.drizzle.jdbc.internal.common.query
 

Methods in org.drizzle.jdbc.internal.common.query that throw QueryException
 int DrizzleParameterizedQuery.length()
           
 int Query.length()
           
 void DrizzleParameterizedQuery.writeTo(java.io.OutputStream os)
           
 void Query.writeTo(java.io.OutputStream os)
           
 void DrizzleParameterizedQuery.writeTo(java.io.OutputStream ostream, int offset, int packLength)
           
 void Query.writeTo(java.io.OutputStream ostream, int offset, int packLength)
           
 

Uses of QueryException in org.drizzle.jdbc.internal.mysql
 

Methods in org.drizzle.jdbc.internal.mysql that throw QueryException
 void MySQLProtocol.cancelCurrentQuery()
          cancels the current query - clones the current protocol and executes a query using the new connection

thread safe

 void MySQLProtocol.close()
          Closes socket and stream readers/writers
 void MySQLProtocol.commit()
           
 java.util.List<QueryResult> MySQLProtocol.executeBatch()
           
 QueryResult MySQLProtocol.executeQuery(Query dQuery)
           
 QueryResult MySQLProtocol.executeQuery(Query dQuery, java.io.InputStream inputStream)
           
 QueryResult MySQLProtocol.getMoreResults()
           
 java.lang.String MySQLProtocol.getServerVariable(java.lang.String variable)
           
 boolean MySQLProtocol.ping()
           
 void MySQLProtocol.releaseSavepoint(java.lang.String savepoint)
           
 void MySQLProtocol.rollback()
           
 void MySQLProtocol.rollback(java.lang.String savepoint)
           
 void MySQLProtocol.selectDB(java.lang.String database)
           
 void MySQLProtocol.setSavepoint(java.lang.String savepoint)
           
 void MySQLProtocol.timeOut()
           
 

Constructors in org.drizzle.jdbc.internal.mysql that throw QueryException
MySQLProtocol(java.lang.String host, int port, java.lang.String database, java.lang.String username, java.lang.String password, java.util.Properties info)
          Get a protocol instance
 

Uses of QueryException in org.drizzle.jdbc.internal.mysql.packet.commands
 

Methods in org.drizzle.jdbc.internal.mysql.packet.commands that throw QueryException
 int MySQLClientOldPasswordAuthPacket.send(java.io.OutputStream os)
           
 



Copyright © 2012. All Rights Reserved.