Uses of Class
org.mariadb.jdbc.ServerPreparedStatement
-
Packages that use ServerPreparedStatement Package Description org.mariadb.jdbc org.mariadb.jdbc.client.impl org.mariadb.jdbc.export org.mariadb.jdbc.message.client org.mariadb.jdbc.message.server -
-
Uses of ServerPreparedStatement in org.mariadb.jdbc
Subclasses of ServerPreparedStatement in org.mariadb.jdbc Modifier and Type Class Description classBaseCallableStatementCommon methods for function/stored procedureclassFunctionStatementFunction callable statement implementationclassProcedureStatementProcedure callable statement -
Uses of ServerPreparedStatement in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type ServerPreparedStatement Modifier and Type Method Description PreparePrepareCache. get(String key, ServerPreparedStatement preparedStatement)PreparePrepareCache. put(String key, Prepare result, ServerPreparedStatement preparedStatement) -
Uses of ServerPreparedStatement in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type ServerPreparedStatement Modifier and Type Method Description voidPrepare. decrementUse(org.mariadb.jdbc.client.Client con, ServerPreparedStatement preparedStatement)Decrement use of prepare. -
Uses of ServerPreparedStatement in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client that return ServerPreparedStatement Modifier and Type Method Description ServerPreparedStatementBulkExecutePacket. prep()ServerPreparedStatementExecutePacket. prep()ServerPreparedStatementRedoableWithPrepareClientMessage. prep()Server prepare statement callerConstructors in org.mariadb.jdbc.message.client with parameters of type ServerPreparedStatement Constructor Description BulkExecutePacket(Prepare prepareResult, List<Parameters> batchParameterList, String command, ServerPreparedStatement prep)ConstructorExecutePacket(Prepare prepareResult, Parameters parameters, String command, ServerPreparedStatement prep, InputStream localInfileInputStream)Constructor -
Uses of ServerPreparedStatement in org.mariadb.jdbc.message.server
Methods in org.mariadb.jdbc.message.server with parameters of type ServerPreparedStatement Modifier and Type Method Description voidCachedPrepareResultPacket. decrementUse(org.mariadb.jdbc.client.Client con, ServerPreparedStatement preparedStatement)voidPrepareResultPacket. decrementUse(org.mariadb.jdbc.client.Client con, ServerPreparedStatement preparedStatement)Decrement use of prepare packet, so closing it if last usedvoidCachedPrepareResultPacket. incrementUse(ServerPreparedStatement preparedStatement)Increment use of prepare statement.
-