Documentation ¶
Overview ¶
package table creates table buffers for results from database/sql.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Buffer ¶
Buffer is a result within memory.
type IndexError ¶
type IndexError struct {
// contains filtered or unexported fields
}
Error returned when attempting to access a row or column which does not exist.
func (*IndexError) Error ¶
func (tie *IndexError) Error() string
type Row ¶
type Row struct { Field []interface{} // contains filtered or unexported fields }
Row hold field level data.
func (Row) MarshalJSON ¶
func (Row) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.