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 s + '%'
Types ¶
type Vector ¶
type Vector struct {
// contains filtered or unexported fields
}
Vector is a wrapper for []float64 to implement sql.Scanner and driver.Valuer.
Click to show internal directories.
Click to hide internal directories.