package mssql

  1. Overview
  2. Docs

Source file query_parser_types.ml

1
2
3
type t =
  | Param of int
  | Other of string