module CryStorage::Table

Direct including types

Defined in:

table.cr

Instance Method Summary

Instance Method Detail

abstract def get(address : Address) : PageManagement::ISlot #

[View source]
abstract def indexer(column : Column, range = false) #

[View source]
abstract def insert(slot : ISlot) #

[View source]
abstract def scan(& : ISlot -> ) #

[View source]
abstract def schema #

[View source]