Interface RawQueryable<T>

    • Method Detail

      • getElementType

        java.lang.reflect.Type getElementType()
        Gets the type of the element(s) that are returned when the expression tree associated with this Queryable is executed.
      • getExpression

        Expression getExpression()
        Gets the expression tree that is associated with this Queryable.
      • getProvider

        QueryProvider getProvider()
        Gets the query provider that is associated with this data source.