struct Movie::Persistence::DbQueryString

Included Modules

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Instance methods inherited from module Movie::Persistence::TypedConnectionRequest(String?)

dispatch(worker : ConnectionWorker, sender : Movie::ActorRefBase | Nil) : Nil dispatch, execute(connection : BackendConnection) : T? execute, retryable_after_connection_loss? : Bool retryable_after_connection_loss?

Instance methods inherited from module Movie::Persistence::ConnectionRequest

dispatch(worker : ConnectionWorker, sender : Movie::ActorRefBase | Nil) : Nil dispatch

Constructor Detail

def self.new(sql : String, args : DbArgs = [] of DB::Any) #

[View source]

Instance Method Detail

def args : DbArgs #

[View source]
def execute(connection : BackendConnection) : String | Nil #

[View source]
def sql : String #

[View source]