Uses of Class
org.mariadb.jdbc.BasePreparedStatement
Packages that use BasePreparedStatement
-
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. command will generate COM_STMT_PREPARE + COM_STMT_EXECUTE (+ COM_STMT_CLOSE) -
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.export
Methods in org.mariadb.jdbc.export with parameters of type BasePreparedStatementModifier and TypeMethodDescriptionvoidPrepare.decrementUse(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare.