Interface QueryArg

  • All Known Implementing Classes:
    TypedVar, Value

    public interface QueryArg
    Interface for all arguments that can be passed to a query.

    To create query arguments, use the constructors of the implementing classes:

    • Value - For concrete values (String, Integer, Boolean)
    • TypedVar - For query variables
    • Method Detail

      • getType

        java.lang.String getType()
        Gets the type of this query argument.
        Returns:
        The type string