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.codec org.mariadb.jdbc.message.client org.mariadb.jdbc.util -
-
Uses of Parameter in org.mariadb.jdbc
Methods in org.mariadb.jdbc with parameters of type Parameter Modifier and Type Method Description void
BasePreparedStatement. 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 Parameter
Parameters. get(int index)
get parameter at indexMethods in org.mariadb.jdbc.client.util with parameters of type Parameter Modifier and Type Method Description void
Parameters. set(int index, Parameter element)
Set parameter at index -
Uses of Parameter in org.mariadb.jdbc.codec
Classes in org.mariadb.jdbc.codec that implement Parameter Modifier and Type Class Description class
NonNullParameter<T>
Parameter wrapper for primitive, knowing that value cannot be null, permitting fast path for few methods.class
Parameter<T>
class
ParameterWithCal<T>
-
Uses of Parameter in org.mariadb.jdbc.message.client
Fields in org.mariadb.jdbc.message.client declared as Parameter Modifier and Type Field Description private Parameter
LongDataPacket. parameter
Constructors in org.mariadb.jdbc.message.client with parameters of type Parameter Constructor Description LongDataPacket(int statementId, Parameter parameter, int index)
Constructor -
Uses of Parameter in org.mariadb.jdbc.util
Fields in org.mariadb.jdbc.util declared as Parameter Modifier and Type Field Description (package private) Parameter[]
ParameterList. elementData
Methods in org.mariadb.jdbc.util that return Parameter Modifier and Type Method Description Parameter
ParameterList. get(int index)
Methods in org.mariadb.jdbc.util with parameters of type Parameter Modifier and Type Method Description void
ParameterList. set(int index, Parameter element)
-