Interface DbStatementQuery

All Superinterfaces:
DbStatement<DbStatementQuery>

public interface DbStatementQuery extends DbStatement<DbStatementQuery>
Database query statement.
  • Method Details

    • execute

      Stream<DbRow> execute()
      Execute this statement using the parameters configured with params and addParams methods.
      Returns:
      The result of this statement