Lines Matching defs:scheme
79 db_scheme *scheme;
123 % db_scheme *scheme;
140 % along with information on the scheme given, will determine
169 %/* Constructor: Create empty table (no scheme, no table or indices). */
172 %/* Constructor: Create new table using scheme defintion supplied.
173 % (Make copy of scheme and keep it with table.) */
183 %/* Returns whether there table is valid (i.e. has scheme). */
184 % bool_t good() { return scheme != NULL && table != NULL; }
196 % scheme. Reset version to 0 */
206 %/* Initialize table using information given in scheme 'how'.
207 % Record the scheme for later use (make copy of it);
214 %/* Write this structure (table, indices, scheme) into the specified file. */
345 %/* Return the 'scheme' pointer */
346 % db_scheme *getScheme(void) {return (scheme);}