Zero  0.1.0
Macros | Variables
file_desc.h File Reference

: Descriptors for Shore files/indexes, and structures that help in keeping track of the created files/indexes. More...

#include "sm_vas.h"
#include <list>

Go to the source code of this file.

Macros

#define DELIM_CHAR   '|'
 
#define ROWEND_CHAR   '\r'
 
#define MIN_SMALLINT   0
 
#define MAX_SMALLINT   1<<15
 
#define MIN_INT   0
 
#define MAX_INT   1<<31
 
#define MIN_FLOAT   0
 
#define MAX_FLOAT   1<<10
 

Variables

const unsigned int MAX_FIELDNAME_LEN = 40
 
const unsigned int MAX_KEYDESC_LEN = 40
 
const unsigned int COMMIT_ACTION_COUNT = 2000
 

Detailed Description

: Descriptors for Shore files/indexes, and structures that help in keeping track of the created files/indexes.

Author
: Ippokratis Pandis, January 2008

Macro Definition Documentation

§ DELIM_CHAR

#define DELIM_CHAR   '|'

§ MAX_FLOAT

#define MAX_FLOAT   1<<10

§ MAX_INT

#define MAX_INT   1<<31

§ MAX_SMALLINT

#define MAX_SMALLINT   1<<15

§ MIN_FLOAT

#define MIN_FLOAT   0

§ MIN_INT

#define MIN_INT   0

§ MIN_SMALLINT

#define MIN_SMALLINT   0

§ ROWEND_CHAR

#define ROWEND_CHAR   '\r'

Variable Documentation

§ COMMIT_ACTION_COUNT

const unsigned int COMMIT_ACTION_COUNT = 2000

§ MAX_FIELDNAME_LEN

const unsigned int MAX_FIELDNAME_LEN = 40

§ MAX_KEYDESC_LEN

const unsigned int MAX_KEYDESC_LEN = 40