class Clear::Expression::UnsafeSql

Overview

Wrap an unsafe string. Useful to cancel-out the safe_literal function used internally. Obviously, this can lead to SQL injection, so beware!

Included Modules

Defined in:

clear/expression/expression.cr

Constructors

Instance Method Summary

Instance methods inherited from module Clear::Expression::Literal

to_json(json : JSON::Builder) to_json, to_sql to_sql

Constructor Detail

def self.new(value : String) #

[View source]

Instance Method Detail

def to_json(json = nil) : String #

[View source]
def to_s : String #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]
def to_sql : String #

[View source]