Uses of Interface
org.mariadb.jdbc.client.util.Parameters
-
Packages that use Parameters Package Description org.mariadb.jdbc org.mariadb.jdbc.client.util org.mariadb.jdbc.message org.mariadb.jdbc.message.client org.mariadb.jdbc.util -
-
Uses of Parameters in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as Parameters Modifier and Type Field Description protected ParametersBasePreparedStatement. parametersparametersFields in org.mariadb.jdbc with type parameters of type Parameters Modifier and Type Field Description protected java.util.List<Parameters>BasePreparedStatement. batchParametersbatching parameters -
Uses of Parameters in org.mariadb.jdbc.client.util
Methods in org.mariadb.jdbc.client.util that return Parameters Modifier and Type Method Description ParametersParameters. clone()Clone parameter list -
Uses of Parameters in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message with parameters of type Parameters Modifier and Type Method Description static booleanClientMessage. validateLocalFileName(java.lang.String sql, Parameters parameters, java.lang.String fileName, Context context)Check that file requested correspond to request. -
Uses of Parameters in org.mariadb.jdbc.message.client
Fields in org.mariadb.jdbc.message.client declared as Parameters Modifier and Type Field Description private ParametersExecutePacket. parametersprivate ParametersPrepareExecutePacket. parametersprivate ParametersQueryWithParametersPacket. parametersFields in org.mariadb.jdbc.message.client with type parameters of type Parameters Modifier and Type Field Description private java.util.List<Parameters>BulkExecutePacket. batchParameterListConstructors in org.mariadb.jdbc.message.client with parameters of type Parameters Constructor Description ExecutePacket(Prepare prepareResult, Parameters parameters, java.lang.String command, ServerPreparedStatement prep, java.io.InputStream localInfileInputStream)ConstructorPrepareExecutePacket(java.lang.String sql, Parameters parameters, ServerPreparedStatement prep, java.io.InputStream localInfileInputStream)Construct prepare packetQueryWithParametersPacket(java.lang.String preSqlCmd, ClientParser parser, Parameters parameters, java.io.InputStream localInfileInputStream)ConstructorConstructor parameters in org.mariadb.jdbc.message.client with type arguments of type Parameters Constructor Description BulkExecutePacket(Prepare prepareResult, java.util.List<Parameters> batchParameterList, java.lang.String command, BasePreparedStatement prep)Constructor -
Uses of Parameters in org.mariadb.jdbc.util
Classes in org.mariadb.jdbc.util that implement Parameters Modifier and Type Class Description classParameterList
-