Uses of Class
com.j_spaces.jdbc.ResponsePacket
Packages that use ResponsePacket
Package
Description
Provides GigaSpaces JDBC interfaces
Provides GigaSpaces JDBC interfaces
-
Uses of ResponsePacket in com.gigaspaces.jdbc.request
Methods in com.gigaspaces.jdbc.request that return ResponsePacketModifier and TypeMethodDescriptionRequestPacketV3.accept(QueryHandler handler, QuerySession session) -
Uses of ResponsePacket in com.j_spaces.jdbc
Subclasses of ResponsePacket in com.j_spaces.jdbcMethods in com.j_spaces.jdbc that return ResponsePacketModifier and TypeMethodDescriptionRequestPacket.accept(QueryHandler handler, QuerySession session) AlterTableQuery.executeOnSpace(ISpaceProxy space, Transaction txn) CommitQuery.executeOnSpace(ISpaceProxy space, Transaction txn) CreateTableQuery.executeOnSpace(ISpaceProxy space, Transaction txn) The main logic method, execute the query on the space by calling snapshotDeleteQuery.executeOnSpace(ISpaceProxy space, Transaction txn) DropTableQuery.executeOnSpace(ISpaceProxy space, Transaction txn) InsertQuery.executeOnSpace(ISpaceProxy space, Transaction txn) Join.executeOnSpace(ISpaceProxy space, Transaction txn) ProcedureQuery.executeOnSpace(ISpaceProxy space, Transaction txn) Query.executeOnSpace(ISpaceProxy space, Transaction txn) Will execute this query on the space and return a ResponsePacketSelectQuery.executeOnSpace(ISpaceProxy space, Transaction txn) Execute the queryUpdateQuery.executeOnSpace(ISpaceProxy space, Transaction txn) IQueryProcessor.executeQuery(RequestPacket request, ConnectionContext context) Execute query request and returns the responseQueryProcessor.executeQuery(RequestPacket request, ConnectionContext context) QueryProcessorStub.executeQuery(RequestPacket request, ConnectionContext context) ResponsePacket.getNext()QueryHandler.visit(RequestPacketV3 request, QuerySession session) QueryHandler.visit(SetAutoCommitRequest request, QuerySession session) Handle set auto commit [on off] requestQueryHandler.visit(SetTransaction request, QuerySession session) Handle set transaction lease timeQueryHandler.visit(SetUseSingleSpace request, QuerySession session) Handle set single space [on off] requestQueryHandler.visit(RequestPacket request, QuerySession session) Methods in com.j_spaces.jdbc with parameters of type ResponsePacketConstructors in com.j_spaces.jdbc with parameters of type ResponsePacketModifierConstructorDescriptionExplainPlanResponsePacket(ResponsePacket responsePacket, String explainPlan) -
Uses of ResponsePacket in com.j_spaces.jdbc.batching
Subclasses of ResponsePacket in com.j_spaces.jdbc.batchingModifier and TypeClassDescriptionclassA packet returned from a JDBC batch execution. -
Uses of ResponsePacket in com.j_spaces.jdbc.driver
Fields in com.j_spaces.jdbc.driver declared as ResponsePacketMethods in com.j_spaces.jdbc.driver that return ResponsePacketModifier and TypeMethodDescriptionGConnection.sendFetchMetaData(String statement) GConnection.sendPreparedStatement(String statement, Object[] values) Send a packet that contains a PreparedStatement.GConnection.sendStatement(String statement) Send a packet that contains a statement.GConnection.writeRequestPacket(RequestPacket packet) This is the methods that writes the RequestPacket into the socketMethods in com.j_spaces.jdbc.driver with parameters of type ResponsePacketModifier and TypeMethodDescriptionprotected voidGStatement.buildResultSet(ResponsePacket response) -
Uses of ResponsePacket in com.j_spaces.jdbc.request
Methods in com.j_spaces.jdbc.request that return ResponsePacketModifier and TypeMethodDescriptionSetAutoCommitRequest.accept(QueryHandler handler, QuerySession session) SetTransaction.accept(QueryHandler handler, QuerySession session) SetUseSingleSpace.accept(QueryHandler handler, QuerySession session)