mars v0.0.6 (2017-02-23T15:04:35Z)
Dub
Repo
MockDatabase2
mars
sync2
Undocumented in source.
@
safe
class
MockDatabase2 :
Database
(
immutable
(
Schema
)
schema
) {
enum
Schema
;
auto
table
();
Bytes
keysOf
(Bytes record);
}
Members
Functions
keysOf
Bytes
keysOf
(Bytes record)
Undocumented in source. Be warned that the author may not have intended to support it.
table
auto
table
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
Schema
enum
Schema
;
Undocumented in source.
Inherited Members
From Database
keysOf
Bytes
keysOf
(Bytes )
Undocumented in source.
Meta
Source
See Implementation
mars
sync2
aliases
Bytes
Delta
classes
MockDatabase
MockDatabase2
enums
Operation
interfaces
Database
structs
ClientSideTable
DatabaseTable
DeltaOperation
Row
ServerSideTable