alter_system_stmt.go 121 B

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