Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataRows ¶
type DataRows interface { Columns() ([]string, error) Close() error Next() bool Err() error Scan(dest ...interface{}) error }
This is all we need from sql.Rows
type SQLStream ¶
type SQLStream struct {
// contains filtered or unexported fields
}
func NewSQLStream ¶
func (*SQLStream) ExecuteQuery ¶
func (s *SQLStream) ExecuteQuery() (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.