Overload List

  NameDescription
Public methodAdd(String)
Adds the preformatted sql to the SqlString that is being built.
Public methodAdd(Parameter)
Adds the Parameter to the SqlString that is being built. The correct operator should be added before the Add(Parameter) is called because there will be no operator ( such as "=" ) placed between the last Add call and this Add call.
Public methodAdd(SqlString)
Adds an existing SqlString to this SqlStringBuilder. It does NOT add any prefix, postfix, operator, or wrap around this. It is equivalent to just adding a string.
Public methodAdd(SqlString, String, String, String)
Adds an existing SqlString to this SqlStringBuilder
Public methodAdd(array<SqlString>[]()[][], String, String, String)
Adds existing SqlStrings to this SqlStringBuilder
Public methodAdd(array<SqlString>[]()[][], String, String, String, Boolean)
Adds existing SqlStrings to this SqlStringBuilder

See Also