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 TypeClassDescriptionclassCommon methods for function/stored procedureclassClient side prepare statement.classFunction callable statement implementationclassProcedure callable statementclassServer 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 keyPrepareCache.put(String key, Prepare result, BasePreparedStatement preparedStatement) Add a prepare cache value -
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 TypeMethodDescriptionvoidPrepare.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.statementsMethods in org.mariadb.jdbc.message.server with parameters of type BasePreparedStatementModifier and TypeMethodDescriptionvoidCachedPrepareResultPacket.decrementUse(Client con, BasePreparedStatement preparedStatement) voidPrepareResultPacket.decrementUse(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare packet, so closing it if last usedvoidCachedPrepareResultPacket.incrementUse(BasePreparedStatement preparedStatement) Increment use of prepare statement.