module Clear::Expression::Literal

Overview

Allow any type to be used into the expression engine by including the module Clear::Expression::Literal and defining the method #to_sql.

Direct including types

Defined in:

clear/expression/expression.cr

Instance Method Summary

Instance Method Detail

abstract def to_json(x) #

[View source]
abstract def to_sql #

[View source]