- createParameterizedOutputVisitor
ParameterizedVisitor createParameterizedOutputVisitor(Appendable out_p, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterize
string parameterize(string sql, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterize
string parameterize(string sql, string dbType, SQLSelectListCache selectListCache)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterize
string parameterize(string sql, string dbType, List!(Object) outParameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterize
string parameterize(string sql, string dbType, List!(Object) outParameters, VisitorFeature[] features)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterize
string parameterize(string sql, string dbType, SQLSelectListCache selectListCache, List!(Object) outParameters, VisitorFeature[] visitorFeatures)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterize
string parameterize(List!(SQLStatement) statementList, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterizeHash
long parameterizeHash(string sql, string dbType, List!(Object) outParameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterizeHash
long parameterizeHash(string sql, string dbType, SQLSelectListCache selectListCache, List!(Object) outParameters, VisitorFeature[] visitorFeatures)
Undocumented in source. Be warned that the author may not have intended to support it.
- restore
string restore(string sql, string dbType, List!(Object) parameters)
Undocumented in source. Be warned that the author may not have intended to support it.