Interface QueryableTable

    • Method Detail

      • getElementType

        java.lang.reflect.Type getElementType()
        Returns the element type of the collection that will implement this table.
      • getExpression

        Expression getExpression​(SchemaPlus schema,
                                 java.lang.String tableName,
                                 java.lang.Class clazz)
        Generates an expression with which this table can be referenced in generated code.
        Parameters:
        schema - Schema
        tableName - Table name (unique within schema)
        clazz - The desired collection class; for example Queryable.