Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeString ¶
At present, this method only turns single-quotes into doubled single-quotes ( <code>"McHale's Navy"</code> => <code>"McHale”s Navy"</code>). It does not handle the cases of percent (%) or underscore (_) for use in LIKE clauses. </p> see http://www.jguru.com/faq/view.jsp?EID=8881
func StartsLike ¶
StartsLike build a string for like prefix str + '%'
func StringLike ¶
StringLike build a string for like '%' + str + '%'
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.