Uses of Class
org.mariadb.jdbc.BasePreparedStatement
Packages that use BasePreparedStatement
Package
Description
-
Uses of BasePreparedStatement in org.mariadb.jdbc
Subclasses of BasePreparedStatement in org.mariadb.jdbcModifier and TypeClassDescriptionclass
Common methods for function/stored procedureclass
Client side prepare statement.class
Function callable statement implementationclass
Procedure callable statementclass
Server prepare statement. -
Uses of BasePreparedStatement in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client with parameters of type BasePreparedStatementModifier 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 cache -
Uses of BasePreparedStatement in org.mariadb.jdbc.client.context
Methods in org.mariadb.jdbc.client.context with parameters of type BasePreparedStatementModifier and TypeMethodDescriptionBaseContext.getPrepareCacheCmd
(String sql, BasePreparedStatement preparedStatement) BaseContext.putPrepareCacheCmd
(String sql, Prepare result, BasePreparedStatement preparedStatement) -
Uses of BasePreparedStatement in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type BasePreparedStatementModifier and TypeMethodDescriptionPrepareCache.get
(String key, BasePreparedStatement preparedStatement) PrepareCache.put
(String key, Prepare result, BasePreparedStatement preparedStatement) -
Uses of BasePreparedStatement in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type BasePreparedStatementModifier and TypeMethodDescriptionvoid
Prepare.decrementUse
(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare. -
Uses of BasePreparedStatement in org.mariadb.jdbc.message.client
Fields in org.mariadb.jdbc.message.client declared as BasePreparedStatementMethods in org.mariadb.jdbc.message.client that return BasePreparedStatementModifier and TypeMethodDescriptionBulkExecutePacket.prep()
RedoableWithPrepareClientMessage.prep()
Server prepare statement callerConstructors in org.mariadb.jdbc.message.client with parameters of type BasePreparedStatementModifierConstructorDescriptionBulkExecutePacket
(Prepare prepareResult, List<Parameters> batchParameterList, String command, BasePreparedStatement prep) Constructor -
Uses of BasePreparedStatement in org.mariadb.jdbc.message.server
Fields in org.mariadb.jdbc.message.server with type parameters of type BasePreparedStatementModifier and TypeFieldDescriptionprivate final List
<BasePreparedStatement> CachedPrepareResultPacket.statements
Methods in org.mariadb.jdbc.message.server with parameters of type BasePreparedStatementModifier and TypeMethodDescriptionvoid
CachedPrepareResultPacket.decrementUse
(Client con, BasePreparedStatement preparedStatement) void
PrepareResultPacket.decrementUse
(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare packet, so closing it if last usedvoid
CachedPrepareResultPacket.incrementUse
(BasePreparedStatement preparedStatement) Increment use of prepare statement.