]> andersk Git - moira.git/blob - server/sql_defs.h
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / server / sql_defs.h
1 /* $Header$
2  *
3  * Structures and constants used by SQL related code
4  */
5
6 /* SQL character string constants .. */
7 #define SQL_STR           256
8 #define SQL_LONG_STR     1024
9 #define SQL_MAX_STR_LEN 16383
10
11 /* SQL table related constants */
12 #define SQL_MAX_COLUMS    128
13
This page took 0.061601 seconds and 5 git commands to generate.