check_point_stmt.go 93 B

12345678
  1. package pg
  2. type CheckPointStmt struct {
  3. }
  4. func (n *CheckPointStmt) Pos() int {
  5. return 0
  6. }