github.com/go-pg/pg/v10/orm.Table.AppendParam (method)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		model_table_struct.go#L62: 	b, ok := m.table.AppendParam(b, m.strct, name)
		table.go#L234: func (t *Table) AppendParam(b []byte, strct reflect.Value, name string) ([]byte, bool) {
		table_params.go#L28: 	return m.table.AppendParam(b, m.strct, name)