class

Marten::DB::Query::SQL::Annotation::Maximum

Inherits Marten::DB::Query::SQL::Annotation::Base / Reference / Object

Instance methods

from_db_result_set(result_set : ::DB::ResultSet)

Extracts the annotation value from a DB result set and returns the right object corresponding to it.

Source
to_sql(with_alias : Bool = true) : String

Returns the SQL string corresponding to the annotation.

Source