Uses of Class
org.mariadb.jdbc.client.result.Result
Packages that use Result
-
Uses of Result in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ResultModifier and TypeFieldDescriptionprivate Result
BaseCallableStatement.outputResult
output parameter resultMethods in org.mariadb.jdbc with parameters of type ResultModifier and TypeMethodDescriptionprivate void
BasePreparedStatement.addAutoGeneratedIdIfPresent
(Result unitaryResults, List<String[]> insertIds) private int
BasePreparedStatement.processBulkResult
(int[] updates, int updateIdx, Result unitaryResults) private int
BasePreparedStatement.processLongBulkResult
(long[] updates, int updateIdx, Result unitaryResults) -
Uses of Result in org.mariadb.jdbc.client.result
Subclasses of Result in org.mariadb.jdbc.client.resultModifier and TypeClassDescriptionclass
Result-set that will retrieve all rows immediately before returning the result-set.class
Streaming result-set implementation.class
Updatable result implementationConstructors in org.mariadb.jdbc.client.result with parameters of type Result