Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct { Comma rune // default ','; e.g. use '\t' for tab-separated values UseCRLF bool // use "\r\n" end-of-line character instead of "\n" }
Template implements interface sql2http.Template by writing with csv.Encode the SQL query rows to the io.Writer. Each individual SQL query result set is separated by an empty line.
func (*Template) ContentType ¶
Click to show internal directories.
Click to hide internal directories.