Interface DbStatementGet

All Superinterfaces:
DbStatement<DbStatementGet>
All Known Implementing Classes:
MongoDbStatementGet

public interface DbStatementGet extends DbStatement<DbStatementGet>
Database statement that queries the database and returns an optional row.
  • Method Details

    • execute

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