Documentation
¶
Index ¶
- func BuildAndEqualClause(w *bytes.Buffer, parameterIndex int, columns []string)
- func BuildInsertQuery(w *bytes.Buffer, tableName string, loadColumnNames []string, ...)
- func BuildUpdateQuery(w *bytes.Buffer, tableName string, columns []string)
- func IsRowDoesNotExist(err error) bool
- type NullNumeric
- type Numeric
- type RowDoesNotExistError
- type RowNotUniquelyIdentifiableError
- type Rows
- type Scanner
- type UnknownColumnError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAndEqualClause ¶
func BuildInsertQuery ¶
func IsRowDoesNotExist ¶
Types ¶
type NullNumeric ¶
type NullNumeric Numeric
func (*NullNumeric) Scan ¶
func (this *NullNumeric) Scan(src interface{}) error
type RowDoesNotExistError ¶
type RowDoesNotExistError struct {
Instance interface{}
}
func (RowDoesNotExistError) Error ¶
func (this RowDoesNotExistError) Error() string
type RowNotUniquelyIdentifiableError ¶
type RowNotUniquelyIdentifiableError struct {
Instance interface{}
}
func (RowNotUniquelyIdentifiableError) Error ¶
func (this RowNotUniquelyIdentifiableError) Error() string
type UnknownColumnError ¶
func (UnknownColumnError) Error ¶
func (this UnknownColumnError) Error() string
Click to show internal directories.
Click to hide internal directories.