Interface IDbSource

All Known Implementing Classes:
PgTools, SqliteTools

public interface IDbSource
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    eachRow(TableMetadata tableMetadata, org.nutz.lang.Each<ResultSet> consumer)