Interface TypedBaseTable<E extends TableSchema<E>>

    • Method Detail

      • getSchema

        E getSchema()
      • getRow

        Row<E> getRow()
      • getUuid

        UUID getUuid()
      • getVersion

        UUID getVersion()
      • getVersionColumn

        Column<E,​UUID> getVersionColumn()