#ifndef _TABLE_DEFS_H_ #define _TABLE_DEFS_H_ // Êý¾Ý¿â×Ö¶ÎÀàÐÍ enum DB_FILED_TYPE { ftInt = 0, ftDouble, ftString, ftInt64, ftBlob, ftCount, }; #endif