hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
ParameterizedOutputVisitorUtils.parameterize
hunt
sql
visitor
ParameterizedOutputVisitorUtils
ParameterizedOutputVisitorUtils
Undocumented in source. Be warned that the author may not have intended to support it.
string
parameterize
(string sql, string dbType)
string
parameterize
(string sql, string dbType, SQLSelectListCache selectListCache)
string
parameterize
(string sql, string dbType, List!(Object) outParameters)
string
parameterize
(string sql, string dbType, List!(Object) outParameters, VisitorFeature[] features)
string
parameterize
(string sql, string dbType, SQLSelectListCache selectListCache, List!(Object) outParameters, VisitorFeature[] visitorFeatures)
class
ParameterizedOutputVisitorUtils
static
string
parameterize
(
string
sql
,
string
dbType
,
SQLSelectListCache
selectListCache
,
List
!(
Object
)
outParameters
,
VisitorFeature
[]
visitorFeatures
...
)
string
parameterize
(List!(SQLStatement) statementList, string dbType)
Meta
Source
See Implementation
hunt
sql
visitor
ParameterizedOutputVisitorUtils
ParameterizedOutputVisitorUtils
static functions
createParameterizedOutputVisitor
parameterize
parameterizeHash
restore