Uses of Class
com.j_spaces.jdbc.batching.BatchResponsePacket
Packages that use BatchResponsePacket
Package
Description
Provides GigaSpaces JDBC interfaces
Provides GigaSpaces JDBC interfaces
-
Uses of BatchResponsePacket in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return BatchResponsePacketModifier and TypeMethodDescriptionAbstractDMLQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) Executes a query with batched prepared values.InsertQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) SelectQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) UpdateQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) -
Uses of BatchResponsePacket in com.j_spaces.jdbc.driver
Methods in com.j_spaces.jdbc.driver that return BatchResponsePacketModifier and TypeMethodDescriptionGConnection.sendPreparedStatementBatch(String statement, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) Send a packet that contains a PreparedStatement values batch.