variables property

List<Variable<Object>> variables
final

The variables for the prepared statement, in the order they appear in query. Variables are denoted using a question mark in the query.

Implementation

final List<Variable> variables;