InsertColumnsCache.Entry

Undocumented in source.

Constructors

this
this(long hashCode64, string columnsString, string columnsFormattedString, List!(SQLExpr) columns, Entry next)
Undocumented in source.

Members

Variables

columns
List!(SQLExpr) columns;
Undocumented in source.
columnsFormattedString
string columnsFormattedString;
Undocumented in source.
columnsFormattedStringHash
long columnsFormattedStringHash;
Undocumented in source.
columnsString
string columnsString;
Undocumented in source.
hashCode64
long hashCode64;
Undocumented in source.
next
Entry next;
Undocumented in source.

Meta