156
167
// CONNECT Implementation
157
168
static bool connect_init(void);
158
169
static bool connect_end(void);
159
171
char *GetStringOption(char *opname, char *sdef= NULL);
160
172
PTOS GetTableOptionStruct(TABLE *table_arg);
161
173
bool GetBooleanOption(char *opname, bool bdef);
162
174
bool SetBooleanOption(char *opname, bool b);
163
175
int GetIntegerOption(char *opname);
164
176
bool SetIntegerOption(char *opname, int n);
165
181
PFOS GetFieldOptionStruct(Field *fp);
166
182
void *GetColumnOption(PGLOBAL g, void *field, PCOLINFO pcf);
168
184
const char *GetDBName(const char *name);
169
185
const char *GetTableName(void);
170
186
//int GetColNameLen(Field *fp);