Uses of Interface
org.cojen.tupl.Row

Packages that use Row
Package
Description
See Database to get started with TuplDB.
  • Uses of Row in org.cojen.tupl

    Methods in org.cojen.tupl that return types with arguments of type Row
    Modifier and Type
    Method
    Description
    static Table<Row>
    Table.concat(Table<?>... sources)
    Returns a view consisting of all rows from the given source tables concatenated together, possibly resulting in duplicate rows.
    Table.derive(String query, Object... args)
    Returns a view backed by this table, specified by a fully-featured query expression.
    static Table<Row>
    Table.join()
    Returns an unmodifiable table consisting of one row with no columns, representing the identity element when joining an empty set of tables.
    static Table<Row>
    Table.join(String spec, Table<?>... tables)
    Joins tables together into a generated join type class.