Uses of Class
com.j_spaces.jdbc.driver.GPreparedStatement.PreparedValuesCollection
Packages that use GPreparedStatement.PreparedValuesCollection
Package
Description
Provides GigaSpaces JDBC interfaces
Provides GigaSpaces JDBC interfaces
-
Uses of GPreparedStatement.PreparedValuesCollection in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return GPreparedStatement.PreparedValuesCollectionMethods in com.j_spaces.jdbc with parameters of type GPreparedStatement.PreparedValuesCollectionModifier 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) voidRequestPacket.setPreparedValuesCollection(GPreparedStatement.PreparedValuesCollection preparedValuesCollection) -
Uses of GPreparedStatement.PreparedValuesCollection in com.j_spaces.jdbc.driver
Methods in com.j_spaces.jdbc.driver with parameters of type GPreparedStatement.PreparedValuesCollectionModifier and TypeMethodDescriptionGConnection.sendPreparedStatementBatch(String statement, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) Send a packet that contains a PreparedStatement values batch.