hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
InsertColumnsCache.Entry
hunt
sql
parser
InsertColumnsCache
InsertColumnsCache
Undocumented in source.
class
InsertColumnsCache
static
class
Entry {
long
hashCode64
;
string
columnsString
;
string
columnsFormattedString
;
long
columnsFormattedStringHash
;
List
!(
SQLExpr
)
columns
;
Entry
next
;
this
(long hashCode64, string columnsString, string columnsFormattedString, List!(SQLExpr) columns, Entry next);
}
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
Source
See Implementation
hunt
sql
parser
InsertColumnsCache
InsertColumnsCache
classes
Entry
constructors
this
functions
get
put
static functions
global
variables
cache