load_stmt.go 99 B

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