deallocate_stmt.go 107 B

123456789
  1. package pg
  2. type DeallocateStmt struct {
  3. Name *string
  4. }
  5. func (n *DeallocateStmt) Pos() int {
  6. return 0
  7. }