close_portal_stmt.go 115 B

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