struct Protocol::Database::ExecuteSQL

Included Modules

Defined in:

protocol/database.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def column_names : Array(String) | Nil #

[View source]
def sql_error : Error | Nil #

[View source]
def values : Array(JSON::Any) | Nil #

[View source]