Uses of Class
org.mariadb.jdbc.CallParameter
-
Packages that use CallParameter Package Description org.mariadb.jdbc -
-
Uses of CallParameter in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as CallParameter Modifier and Type Field Description private CallParameter[]
CallableFunctionStatement. params
Information about parameters, merely from registerOutputParameter() and setXXX() calls.Fields in org.mariadb.jdbc with type parameters of type CallParameter Modifier and Type Field Description protected java.util.List<CallParameter>
CallableProcedureStatement. params
Information about parameters, merely from registerOutputParameter() and setXXX() calls.Methods in org.mariadb.jdbc that return CallParameter Modifier and Type Method Description private CallParameter
CallableFunctionStatement. getParameter(int index)
private CallParameter
CallableProcedureStatement. getParameter(int index)
-