Entry

Represent sql to json table line from database

Members

Functions

isValidFilter
bool isValidFilter(size_t expected)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidOneRowConstraint
bool isValidOneRowConstraint(size_t expected)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidParams
bool isValidParams(string[] params, size_t expected)
Undocumented in source. Be warned that the author may not have intended to support it.
needOneRowCheck
bool needOneRowCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
needResultFiltering
bool needResultFiltering()
Undocumented in source. Be warned that the author may not have intended to support it.
toShared
shared(Entry) toShared()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arg_nums
uint[] arg_nums;
Undocumented in source.
commentary
string commentary;
Undocumented in source.
method
string method;
Undocumented in source.
need_cache
bool need_cache;
Undocumented in source.
one_row_flags
bool[] one_row_flags;
Undocumented in source.
read_only
bool read_only;
Undocumented in source.
reset_by
string[] reset_by;
Undocumented in source.
reset_caches
string[] reset_caches;
Undocumented in source.
result_filter
bool[] result_filter;
Undocumented in source.
set_username
bool set_username;
Undocumented in source.
sql_queries
string[] sql_queries;
Undocumented in source.

Meta

Authors

Zaramzan <shamyan.roman@gmail.com>