We are currently using MariaDB v10.1.19 to as a database. We wanted to know if this particular version supports the refcursor concept within store procedure like Oracle DB.
Tried to look at some of the sites but could not get a final answer.
We would be using Java8 using below jdbc connector
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.0.1</version>
</dependency>