class Db::Table

Defined in:

crystal-sync/db/table.cr

Constant Summary

LIMIT = 10000

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : Db, name : String) #

[View source]

Instance Method Detail

def array_fields : Hash(String, Symbol) #

[View source]
def count #

[View source]
def escaped_name #

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

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

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

Also see #to_s.


[View source]
def name : String #

[View source]
def rows_in_batches(&) #

[View source]