jet/sqlbuilder/types.go

27 lines
410 B
Go
Raw Normal View History

package sqlbuilder
// A clause that can be used in orderBy by
// A clause that is selectable.
2019-05-07 19:06:21 +02:00
//type projection interface {
// clause
2019-03-31 14:07:58 +02:00
// isProjectionInterface
//
// SerializeSqlForColumnList(out *bytes.Buffer) error
//}
//
// Boiler plates ...
//
2019-03-31 14:07:58 +02:00
//
//type isProjectionInterface interface {
// isProjectionType()
//}
//
//type isProjection struct {
//}
//
//func (p *isProjection) isProjectionType() {
//}