type github.com/go-pg/pg/v10/types.Ident

6 uses

	github.com/go-pg/pg/v10/types (current package)
		types.go#L31: type Ident string
		types.go#L33: var _ ValueAppender = (*Ident)(nil)
		types.go#L35: func (f Ident) AppendValue(b []byte, flags int) ([]byte, error) {

	github.com/go-pg/pg/v10
		pg.go#L30: type Ident = types.Ident

	github.com/go-pg/pg/v10/orm
		join.go#L147: 			j.Rel.M2MTableAlias, types.Ident(col))
		query.go#L720: 				q = q.OrderExpr("? ?", types.Ident(field), types.Safe(sort))