alter_role_set_stmt.go 162 B

1234567891011
  1. package pg
  2. type AlterRoleSetStmt struct {
  3. Role *RoleSpec
  4. Database *string
  5. Setstmt *VariableSetStmt
  6. }
  7. func (n *AlterRoleSetStmt) Pos() int {
  8. return 0
  9. }