Uses of Class
org.mariadb.jdbc.ServerPreparedStatement
Packages that use ServerPreparedStatement
Package
Description
-
Uses of ServerPreparedStatement in org.mariadb.jdbc
Subclasses of ServerPreparedStatement in org.mariadb.jdbcModifier and TypeClassDescriptionclass
class
class
-
Uses of ServerPreparedStatement in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client with parameters of type ServerPreparedStatementModifier and TypeMethodDescriptionPrepareCache.get
(String key, ServerPreparedStatement preparedStatement) PrepareCache.put
(String key, CachedPrepareResultPacket result, ServerPreparedStatement preparedStatement) -
Uses of ServerPreparedStatement in org.mariadb.jdbc.message.client
Fields in org.mariadb.jdbc.message.client declared as ServerPreparedStatementModifier and TypeFieldDescriptionprivate final ServerPreparedStatement
BulkExecutePacket.prep
private final ServerPreparedStatement
ExecutePacket.prep
Methods in org.mariadb.jdbc.message.client that return ServerPreparedStatementModifier and TypeMethodDescriptionBulkExecutePacket.prep()
ExecutePacket.prep()
RedoableWithPrepareClientMessage.prep()
Constructors in org.mariadb.jdbc.message.client with parameters of type ServerPreparedStatementModifierConstructorDescriptionBulkExecutePacket
(PrepareResultPacket prepareResult, List<ParameterList> batchParameterList, String command, ServerPreparedStatement prep) ExecutePacket
(PrepareResultPacket prepareResult, ParameterList parameters, String command, ServerPreparedStatement prep) -
Uses of ServerPreparedStatement in org.mariadb.jdbc.message.server
Fields in org.mariadb.jdbc.message.server with type parameters of type ServerPreparedStatementModifier and TypeFieldDescriptionprivate final List<ServerPreparedStatement>
CachedPrepareResultPacket.statements
Methods in org.mariadb.jdbc.message.server with parameters of type ServerPreparedStatementModifier and TypeMethodDescriptionvoid
CachedPrepareResultPacket.decrementUse
(Client con, ServerPreparedStatement preparedStatement) void
PrepareResultPacket.decrementUse
(Client con, ServerPreparedStatement preparedStatement) void
CachedPrepareResultPacket.incrementUse
(ServerPreparedStatement preparedStatement)