Uses of Interface
org.mariadb.jdbc.export.Prepare
Packages that use Prepare
Package
Description
-
Uses of Prepare in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as PrepareModifier and TypeFieldDescriptionprotected Prepare
BasePreparedStatement.prepareResult
PREPARE command resultMethods in org.mariadb.jdbc with parameters of type PrepareModifier and TypeMethodDescriptionvoid
BasePreparedStatement.setPrepareResult
(Prepare prepareResult) Set PREPARE result -
Uses of Prepare in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return PrepareModifier and TypeMethodDescriptionPrepareCache.get
(String key, BasePreparedStatement preparedStatement) Get cache value for keyPrepareCache.put
(String key, Prepare result, BasePreparedStatement preparedStatement) Add a prepare cache valueMethods in org.mariadb.jdbc.client with parameters of type PrepareModifier and TypeMethodDescriptionvoid
Client.closePrepare
(Prepare prepare) Close prepare commandPrepareCache.put
(String key, Prepare result, BasePreparedStatement preparedStatement) Add a prepare cache value -
Uses of Prepare in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl that return PrepareModifier and TypeMethodDescriptionPrepareCache.get
(String key, BasePreparedStatement preparedStatement) PrepareCache.put
(String key, Prepare result, BasePreparedStatement preparedStatement) Methods in org.mariadb.jdbc.client.impl with parameters of type PrepareModifier and TypeMethodDescriptionvoid
MultiPrimaryClient.closePrepare
(Prepare prepare) void
MultiPrimaryReplicaClient.closePrepare
(Prepare prepare) void
StandardClient.closePrepare
(Prepare prepare) PrepareCache.put
(String key, Prepare result, BasePreparedStatement preparedStatement) -
Uses of Prepare in org.mariadb.jdbc.message.client
Fields in org.mariadb.jdbc.message.client declared as PrepareModifier and TypeFieldDescriptionprivate Prepare
BulkExecutePacket.prepareResult
private Prepare
ExecutePacket.prepareResult
Methods in org.mariadb.jdbc.message.client with parameters of type PrepareModifier and TypeMethodDescriptionint
int
int
default int
Encode command to packetint
encoder method in case of failover, passing new prepared objectdefault int
re-encode command to packetdefault int
re-encoder method in case of failover, passing new prepared objectConstructors in org.mariadb.jdbc.message.client with parameters of type PrepareModifierConstructorDescriptionBulkExecutePacket
(Prepare prepareResult, List<Parameters> batchParameterList, String command, BasePreparedStatement prep) ConstructorExecutePacket
(Prepare prepareResult, Parameters parameters, String command, ServerPreparedStatement prep, InputStream localInfileInputStream) Constructor -
Uses of Prepare in org.mariadb.jdbc.message.server
Classes in org.mariadb.jdbc.message.server that implement PrepareModifier and TypeClassDescriptionfinal class
Prepare packet result with flag indicating useclass
Prepare result packet