class Db::Table
- Db::Table
- Reference
- Object
Defined in:
crystal-sync/db/table.crConstant Summary
-
LIMIT =
10000
Constructors
Instance Method Summary
- #array_fields : Hash(String, Symbol)
- #count
- #escaped_name
-
#inspect : String
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #name : String
- #rows_in_batches(&)
Constructor Detail
Instance Method Detail
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
.