Uses of Class
org.mariadb.jdbc.BasePreparedStatement
-
-
Uses of BasePreparedStatement in org.mariadb.jdbc
Subclasses of BasePreparedStatement in org.mariadb.jdbc Modifier and Type Class Description classBaseCallableStatementCommon methods for function/stored procedureclassClientPreparedStatementClient side prepare statement.classFunctionStatementFunction callable statement implementationclassProcedureStatementProcedure callable statementclassServerPreparedStatementServer prepare statement. -
Uses of BasePreparedStatement in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client with parameters of type BasePreparedStatement Modifier and Type Method Description PreparePrepareCache. get(java.lang.String key, BasePreparedStatement preparedStatement)Get cache value for keyPrepareContext. getPrepareCacheCmd(java.lang.String sql, BasePreparedStatement preparedStatement)Return cached prepare if key matchPreparePrepareCache. put(java.lang.String key, Prepare result, BasePreparedStatement preparedStatement)Add a prepare cache valuePrepareContext. putPrepareCacheCmd(java.lang.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 BasePreparedStatement Modifier and Type Method Description PrepareBaseContext. getPrepareCacheCmd(java.lang.String sql, BasePreparedStatement preparedStatement)PrepareBaseContext. putPrepareCacheCmd(java.lang.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 BasePreparedStatement Modifier and Type Method Description PreparePrepareCache. get(java.lang.String key, BasePreparedStatement preparedStatement)PreparePrepareCache. put(java.lang.String key, Prepare result, BasePreparedStatement preparedStatement) -
Uses of BasePreparedStatement in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type BasePreparedStatement Modifier and Type Method Description voidPrepare. 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 BasePreparedStatement Modifier and Type Field Description private BasePreparedStatementBulkExecutePacket. prepMethods in org.mariadb.jdbc.message.client that return BasePreparedStatement Modifier and Type Method Description BasePreparedStatementBulkExecutePacket. prep()BasePreparedStatementRedoableWithPrepareClientMessage. prep()Server prepare statement callerConstructors in org.mariadb.jdbc.message.client with parameters of type BasePreparedStatement Constructor Description BulkExecutePacket(Prepare prepareResult, java.util.List<Parameters> batchParameterList, java.lang.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 BasePreparedStatement Modifier and Type Field Description private java.util.List<BasePreparedStatement>CachedPrepareResultPacket. statementsMethods in org.mariadb.jdbc.message.server with parameters of type BasePreparedStatement Modifier and Type Method Description voidCachedPrepareResultPacket. 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.
-