github.com/go-pg/pg/v10/orm.Table.SQLNameForSelects (field)

7 uses

	github.com/go-pg/pg/v10/orm (current package)
		join.go#L242: 	b = fmter.FormatQuery(b, string(j.JoinModel.Table().SQLNameForSelects))
		select.go#L275: 		b = fmter.FormatQuery(b, string(table.SQLNameForSelects))
		table.go#L70: 	SQLNameForSelects types.Safe
		table.go#L150: 	t.SQLNameForSelects = name
		table.go#L280: 				t.SQLNameForSelects = embeddedTable.SQLNameForSelects
		table.go#L344: 			t.SQLNameForSelects = types.Safe(quoteTableName(s))