InsertColumnsCache

Undocumented in source.

Constructors

this
this(int tableSize)
Undocumented in source.

Members

Classes

Entry
class Entry
Undocumented in source.

Functions

get
Entry get(long hashCode64)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(long hashCode64, string columnsString, string columnsFormattedString, List!(SQLExpr) columns)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

global
InsertColumnsCache global()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
HashMap!(Long, Entry) cache;
Undocumented in source.

Meta