Interface SelectQueryResultHandler

    • Method Detail

      • variables

        void variables​(@Nonnull
                       java.util.List<java.lang.String> theVars)
        The variables in the projection of the query
        Parameters:
        theVars - the variables
        See Also:
        SelectQueryResult.variables()