1! FreeTDS - Library of routines accessing Sybase and Microsoft databases
2! Copyright (C) 2010  Craig A. Berry	craigberry@mac.com
3!
4! This library is free software; you can redistribute it and/or
5! modify it under the terms of the GNU Library General Public
6! License as published by the Free Software Foundation; either
7! version 2 of the License, or (at your option) any later version.
8!
9! This library is distributed in the hope that it will be useful,
10! but WITHOUT ANY WARRANTY; without even the implied warranty of
11! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12! Library General Public License for more details.
13!
14! You should have received a copy of the GNU Library General Public
15! License along with this library; if not, write to the
16! Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17! Boston, MA 02111-1307, USA.
18
19! Command definitions for the ISQL command.
20
21Module VARG_CLD
22
23Define Verb VARG
24   qualifier ECHO
25   qualifier STATISTICS
26   qualifier NOPROMPT
27   qualifier TERMINATOR
28      value
29   qualifier WIDTH
30      value (type=$number)
31   qualifier COLSEPARATOR
32      value
33   qualifier ROWSINPAGE
34      value (type=$number)
35   qualifier TIMEOUT
36      value
37   qualifier ERRORLEVEL
38      value (type=$number)
39   qualifier USERNAME
40      value
41   qualifier PASSWORD
42      value
43   qualifier SERVER_NAME
44      value
45   qualifier INTERFACE
46      value (type=$file)
47   qualifier HOSTNAME
48      value
49   qualifier CLIENTCHARSET
50      value
51   qualifier DISPCHARSET
52      value
53   qualifier INPUT
54      value (type=$file)
55   qualifier OUTPUT
56      value (type=$file)
57   qualifier LANGUAGE
58      value
59   qualifier HOMEDIR
60      value
61   qualifier VERSION
62   qualifier DEBUG
63   qualifier BROWSE
64   qualifier RECORD_FRONT_TO_SERVER
65      value
66   qualifier LOGINTIME
67      value
68   qualifier EDITOR
69      value
70   qualifier TDSPACKETSIZE
71      value (type=$number)
72   qualifier TRACE
73      value
74   qualifier ADDID
75   qualifier LOOK3
76   qualifier ENCRYPT
77   qualifier CHAIN_XACT
78   qualifier FIPS
79define syntax NOPARAM
80