PostgreSQL Source Code: src/interfaces/ecpg/include/sqlda-native.h Source File (original) (raw)
Go to the documentation of this file.
1/*
2 * src/interfaces/ecpg/include/sqlda-native.h
3 */
4
5#ifndef ECPG_SQLDA_NATIVE_H
6#define ECPG_SQLDA_NATIVE_H
7
8/*
9 * Maximum length for identifiers (e.g. table names, column names,
10 * function names). Names actually are limited to one fewer byte than this,
11 * because the length must include a trailing zero byte.
12 *
13 * This should be at least as much as NAMEDATALEN of the database the
14 * applications run against.
15 */
16#define NAMEDATALEN 64
17
19{
22};
23
25{
31};
32
34{
41};
42
43#endif /* ECPG_SQLDA_NATIVE_H */
struct sqlvar_struct sqlvar[1]
struct sqlda_struct * desc_next