sql_value_function_op.go 95 B

1234567
  1. package pg
  2. type SQLValueFunctionOp uint
  3. func (n *SQLValueFunctionOp) Pos() int {
  4. return 0
  5. }