インタフェース TableWithSchema<T>

  • すべてのスーパーインタフェース:
    Table<T>
    既知の実装クラスのリスト:
    BasicTableWithSchema

    public interface TableWithSchema<T>
    extends Table<T>
    • メソッドの詳細

      • getTableSchema

        TableSchema getTableSchema()
        Gets the table schema.
        戻り値:
      • createIndexesIfNotExists

        default TableWithSchema<T> createIndexesIfNotExists()
      • getTableName

        default String getTableName()
        インタフェースからコピーされた説明: Table
        Gets the table name.
        定義:
        getTableName インタフェース内 Table<T>
        戻り値: