モジュール org.nkjmlab.sorm4j

インタフェース H2Table<T>

すべてのスーパーインタフェース:
H2Orm, Table<T>, TableMappedOrm<T>, WithTableDefinition
既知の実装クラスのリスト:
H2BasicTable

public interface H2Table<T> extends Table<T>, WithTableDefinition, H2Orm
  • メソッドの詳細

    • writeCsv

      default File writeCsv(File toFile)
      Write all rows to csv file.
      パラメータ:
      toFile -
      戻り値:
    • writeCsv

      default File writeCsv(File toFile, String query)
      Write selected rows to csv file.
      パラメータ:
      toFile -
      query -
      戻り値: