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 PrepareBasePreparedStatement.prepareResultPREPARE command resultMethods in org.mariadb.jdbc with parameters of type PrepareModifier and TypeMethodDescriptionvoidBasePreparedStatement.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 keyContext.getPrepareCacheCmd(String sql, BasePreparedStatement preparedStatement) Return cached prepare if key matchPrepareCache.put(String key, Prepare result, BasePreparedStatement preparedStatement) Add a prepare cache valueContext.putPrepareCacheCmd(String sql, Prepare result, BasePreparedStatement preparedStatement) Put prepare result in cacheMethods in org.mariadb.jdbc.client with parameters of type PrepareModifier and TypeMethodDescriptionvoidClient.closePrepare(Prepare prepare) Close prepare commandPrepareCache.put(String key, Prepare result, BasePreparedStatement preparedStatement) Add a prepare cache valueContext.putPrepareCacheCmd(String sql, Prepare result, BasePreparedStatement preparedStatement) Put prepare result in cache -
Uses of Prepare in org.mariadb.jdbc.client.context
Methods in org.mariadb.jdbc.client.context that return PrepareModifier and TypeMethodDescriptionBaseContext.getPrepareCacheCmd(String sql, BasePreparedStatement preparedStatement) BaseContext.putPrepareCacheCmd(String sql, Prepare result, BasePreparedStatement preparedStatement) Methods in org.mariadb.jdbc.client.context with parameters of type PrepareModifier and TypeMethodDescriptionBaseContext.putPrepareCacheCmd(String sql, Prepare result, BasePreparedStatement preparedStatement) -
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 TypeMethodDescriptionvoidMultiPrimaryClient.closePrepare(Prepare prepare) voidMultiPrimaryReplicaClient.closePrepare(Prepare prepare) voidStandardClient.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 PrepareBulkExecutePacket.prepareResultprivate PrepareExecutePacket.prepareResultMethods in org.mariadb.jdbc.message.client with parameters of type PrepareModifier and TypeMethodDescriptionintintintdefault intEncode command to packetintencoder method in case of failover, passing new prepared objectdefault intre-encode command to packetdefault intre-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 classPrepare packet result with flag indicating useclassPrepare result packet