Lines Matching refs:scheme
73 db_scheme *scheme;
120 % db_scheme *scheme;
137 % along with information on the scheme given, will determine
166 %/* Constructor: Create empty table (no scheme, no table or indices). */
169 %/* Constructor: Create new table using scheme defintion supplied.
170 % (Make copy of scheme and keep it with table.) */
180 %/* Returns whether there table is valid (i.e. has scheme). */
181 % bool_t good() { return scheme != NULL && table != NULL; }
193 % scheme. Reset version to 0 */
203 %/* Initialize table using information given in scheme 'how'.
204 % Record the scheme for later use (make copy of it);
211 %/* Write this structure (table, indices, scheme) into the specified file. */
342 %/* Return the 'scheme' pointer */
343 % db_scheme *getScheme(void) {return (scheme);}