Uses of Interface
org.mariadb.jdbc.client.util.Parameter
-
Packages that use Parameter Package Description org.mariadb.jdbc org.mariadb.jdbc.client.util org.mariadb.jdbc.message.client -
-
Uses of Parameter in org.mariadb.jdbc
Methods in org.mariadb.jdbc with parameters of type Parameter Modifier and Type Method Description voidBasePreparedStatement. setParameter(int index, Parameter param)Set parameter -
Uses of Parameter in org.mariadb.jdbc.client.util
Methods in org.mariadb.jdbc.client.util that return Parameter Modifier and Type Method Description ParameterParameters. get(int index)get parameter at indexMethods in org.mariadb.jdbc.client.util with parameters of type Parameter Modifier and Type Method Description voidParameters. set(int index, Parameter element)Set parameter at index -
Uses of Parameter in org.mariadb.jdbc.message.client
Constructors in org.mariadb.jdbc.message.client with parameters of type Parameter Constructor Description LongDataPacket(int statementId, Parameter parameter, int index)Constructor
-