Class AbstractTableQueryable<T>

    • Method Detail

      • getExpression

        public Expression getExpression()
        Description copied from interface: RawQueryable
        Gets the expression tree that is associated with this Queryable.
      • getProvider

        public QueryProvider getProvider()
        Description copied from interface: RawQueryable
        Gets the query provider that is associated with this data source.
      • getElementType

        public java.lang.reflect.Type getElementType()
        Description copied from interface: RawQueryable
        Gets the type of the element(s) that are returned when the expression tree associated with this Queryable is executed.
      • iterator

        public java.util.Iterator<T> iterator()