All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.gdface.facelog.db.Constant Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// ______________________________________________________
// Generated by sql2java - https://github.com/10km/sql2java 
// JDBC driver used at code generation time: com.mysql.jdbc.Driver
// template: constant.java.vm
// ______________________________________________________

package net.gdface.facelog.db;
/**
 * constant declare
 * @author guyadong
 */
public interface Constant extends gu.sql2java.Constant {  
    //////////////////////////////////////
    // COLUMN COLUMN CONSTANT
    //////////////////////////////////////    
    
    public static final int FL_DEVICE_COLUMN_COUNT = 20;
    public static final int FL_DEVICE_PK_COUNT = 1;
    public static final int FL_DEVICE_GROUP_COLUMN_COUNT = 11;
    public static final int FL_DEVICE_GROUP_PK_COUNT = 1;
    public static final int FL_ERROR_LOG_COLUMN_COUNT = 8;
    public static final int FL_ERROR_LOG_PK_COUNT = 1;
    public static final int FL_FACE_COLUMN_COUNT = 19;
    public static final int FL_FACE_PK_COUNT = 1;
    public static final int FL_FEATURE_COLUMN_COUNT = 5;
    public static final int FL_FEATURE_PK_COUNT = 1;
    public static final int FL_IMAGE_COLUMN_COUNT = 8;
    public static final int FL_IMAGE_PK_COUNT = 1;
    public static final int FL_LOG_COLUMN_COUNT = 14;
    public static final int FL_LOG_PK_COUNT = 1;
    public static final int FL_PERMIT_COLUMN_COUNT = 8;
    public static final int FL_PERMIT_PK_COUNT = 2;
    public static final int FL_PERSON_COLUMN_COUNT = 18;
    public static final int FL_PERSON_PK_COUNT = 1;
    public static final int FL_PERSON_GROUP_COLUMN_COUNT = 10;
    public static final int FL_PERSON_GROUP_PK_COUNT = 1;
    public static final int FL_STORE_COLUMN_COUNT = 3;
    public static final int FL_STORE_PK_COUNT = 1;
    public static final int FL_LOG_LIGHT_COLUMN_COUNT = 12;
    public static final int FL_LOG_LIGHT_PK_COUNT = 0;
    //////////////////////////////////////
    // COLUMN ID DECLARE
    //////////////////////////////////////    
    /** Identify the fl_device.id field (ordinal:1). */
    public static final int FL_DEVICE_ID_ID = 0;
    public static final int FL_DEVICE_ID_ID_MASK = 1 << 0;
    /** Identify the fl_device.group_id field (ordinal:2). */
    public static final int FL_DEVICE_ID_GROUP_ID = 1;
    public static final int FL_DEVICE_ID_GROUP_ID_MASK = 1 << 1;
    /** Identify the fl_device.name field (ordinal:3). */
    public static final int FL_DEVICE_ID_NAME = 2;
    public static final int FL_DEVICE_ID_NAME_MASK = 1 << 2;
    /** Identify the fl_device.product_name field (ordinal:4). */
    public static final int FL_DEVICE_ID_PRODUCT_NAME = 3;
    public static final int FL_DEVICE_ID_PRODUCT_NAME_MASK = 1 << 3;
    /** Identify the fl_device.model field (ordinal:5). */
    public static final int FL_DEVICE_ID_MODEL = 4;
    public static final int FL_DEVICE_ID_MODEL_MASK = 1 << 4;
    /** Identify the fl_device.vendor field (ordinal:6). */
    public static final int FL_DEVICE_ID_VENDOR = 5;
    public static final int FL_DEVICE_ID_VENDOR_MASK = 1 << 5;
    /** Identify the fl_device.manufacturer field (ordinal:7). */
    public static final int FL_DEVICE_ID_MANUFACTURER = 6;
    public static final int FL_DEVICE_ID_MANUFACTURER_MASK = 1 << 6;
    /** Identify the fl_device.made_date field (ordinal:8). */
    public static final int FL_DEVICE_ID_MADE_DATE = 7;
    public static final int FL_DEVICE_ID_MADE_DATE_MASK = 1 << 7;
    /** Identify the fl_device.version field (ordinal:9). */
    public static final int FL_DEVICE_ID_VERSION = 8;
    public static final int FL_DEVICE_ID_VERSION_MASK = 1 << 8;
    /** Identify the fl_device.used_sdks field (ordinal:10). */
    public static final int FL_DEVICE_ID_USED_SDKS = 9;
    public static final int FL_DEVICE_ID_USED_SDKS_MASK = 1 << 9;
    /** Identify the fl_device.serial_no field (ordinal:11). */
    public static final int FL_DEVICE_ID_SERIAL_NO = 10;
    public static final int FL_DEVICE_ID_SERIAL_NO_MASK = 1 << 10;
    /** Identify the fl_device.mac field (ordinal:12). */
    public static final int FL_DEVICE_ID_MAC = 11;
    public static final int FL_DEVICE_ID_MAC_MASK = 1 << 11;
    /** Identify the fl_device.direction field (ordinal:13). */
    public static final int FL_DEVICE_ID_DIRECTION = 12;
    public static final int FL_DEVICE_ID_DIRECTION_MASK = 1 << 12;
    /** Identify the fl_device.remark field (ordinal:14). */
    public static final int FL_DEVICE_ID_REMARK = 13;
    public static final int FL_DEVICE_ID_REMARK_MASK = 1 << 13;
    /** Identify the fl_device.ext_bin field (ordinal:15). */
    public static final int FL_DEVICE_ID_EXT_BIN = 14;
    public static final int FL_DEVICE_ID_EXT_BIN_MASK = 1 << 14;
    /** Identify the fl_device.ext_txt field (ordinal:16). */
    public static final int FL_DEVICE_ID_EXT_TXT = 15;
    public static final int FL_DEVICE_ID_EXT_TXT_MASK = 1 << 15;
    /** Identify the fl_device.create_time field (ordinal:17). */
    public static final int FL_DEVICE_ID_CREATE_TIME = 16;
    public static final int FL_DEVICE_ID_CREATE_TIME_MASK = 1 << 16;
    /** Identify the fl_device.update_time field (ordinal:18). */
    public static final int FL_DEVICE_ID_UPDATE_TIME = 17;
    public static final int FL_DEVICE_ID_UPDATE_TIME_MASK = 1 << 17;
    /** Identify the fl_device.status field (ordinal:19). */
    public static final int FL_DEVICE_ID_STATUS = 18;
    public static final int FL_DEVICE_ID_STATUS_MASK = 1 << 18;
    /** Identify the fl_device.options field (ordinal:20). */
    public static final int FL_DEVICE_ID_OPTIONS = 19;
    public static final int FL_DEVICE_ID_OPTIONS_MASK = 1 << 19;
    /** Identify the fl_device_group.id field (ordinal:1). */
    public static final int FL_DEVICE_GROUP_ID_ID = 0;
    public static final int FL_DEVICE_GROUP_ID_ID_MASK = 1 << 0;
    /** Identify the fl_device_group.name field (ordinal:2). */
    public static final int FL_DEVICE_GROUP_ID_NAME = 1;
    public static final int FL_DEVICE_GROUP_ID_NAME_MASK = 1 << 1;
    /** Identify the fl_device_group.leaf field (ordinal:3). */
    public static final int FL_DEVICE_GROUP_ID_LEAF = 2;
    public static final int FL_DEVICE_GROUP_ID_LEAF_MASK = 1 << 2;
    /** Identify the fl_device_group.parent field (ordinal:4). */
    public static final int FL_DEVICE_GROUP_ID_PARENT = 3;
    public static final int FL_DEVICE_GROUP_ID_PARENT_MASK = 1 << 3;
    /** Identify the fl_device_group.root_group field (ordinal:5). */
    public static final int FL_DEVICE_GROUP_ID_ROOT_GROUP = 4;
    public static final int FL_DEVICE_GROUP_ID_ROOT_GROUP_MASK = 1 << 4;
    /** Identify the fl_device_group.schedule field (ordinal:6). */
    public static final int FL_DEVICE_GROUP_ID_SCHEDULE = 5;
    public static final int FL_DEVICE_GROUP_ID_SCHEDULE_MASK = 1 << 5;
    /** Identify the fl_device_group.remark field (ordinal:7). */
    public static final int FL_DEVICE_GROUP_ID_REMARK = 6;
    public static final int FL_DEVICE_GROUP_ID_REMARK_MASK = 1 << 6;
    /** Identify the fl_device_group.ext_bin field (ordinal:8). */
    public static final int FL_DEVICE_GROUP_ID_EXT_BIN = 7;
    public static final int FL_DEVICE_GROUP_ID_EXT_BIN_MASK = 1 << 7;
    /** Identify the fl_device_group.ext_txt field (ordinal:9). */
    public static final int FL_DEVICE_GROUP_ID_EXT_TXT = 8;
    public static final int FL_DEVICE_GROUP_ID_EXT_TXT_MASK = 1 << 8;
    /** Identify the fl_device_group.create_time field (ordinal:10). */
    public static final int FL_DEVICE_GROUP_ID_CREATE_TIME = 9;
    public static final int FL_DEVICE_GROUP_ID_CREATE_TIME_MASK = 1 << 9;
    /** Identify the fl_device_group.update_time field (ordinal:11). */
    public static final int FL_DEVICE_GROUP_ID_UPDATE_TIME = 10;
    public static final int FL_DEVICE_GROUP_ID_UPDATE_TIME_MASK = 1 << 10;
    /** Identify the fl_error_log.id field (ordinal:1). */
    public static final int FL_ERROR_LOG_ID_ID = 0;
    public static final int FL_ERROR_LOG_ID_ID_MASK = 1 << 0;
    /** Identify the fl_error_log.catalog field (ordinal:2). */
    public static final int FL_ERROR_LOG_ID_CATALOG = 1;
    public static final int FL_ERROR_LOG_ID_CATALOG_MASK = 1 << 1;
    /** Identify the fl_error_log.person_id field (ordinal:3). */
    public static final int FL_ERROR_LOG_ID_PERSON_ID = 2;
    public static final int FL_ERROR_LOG_ID_PERSON_ID_MASK = 1 << 2;
    /** Identify the fl_error_log.device_id field (ordinal:4). */
    public static final int FL_ERROR_LOG_ID_DEVICE_ID = 3;
    public static final int FL_ERROR_LOG_ID_DEVICE_ID_MASK = 1 << 3;
    /** Identify the fl_error_log.exception_class field (ordinal:5). */
    public static final int FL_ERROR_LOG_ID_EXCEPTION_CLASS = 4;
    public static final int FL_ERROR_LOG_ID_EXCEPTION_CLASS_MASK = 1 << 4;
    /** Identify the fl_error_log.message field (ordinal:6). */
    public static final int FL_ERROR_LOG_ID_MESSAGE = 5;
    public static final int FL_ERROR_LOG_ID_MESSAGE_MASK = 1 << 5;
    /** Identify the fl_error_log.stack_trace field (ordinal:7). */
    public static final int FL_ERROR_LOG_ID_STACK_TRACE = 6;
    public static final int FL_ERROR_LOG_ID_STACK_TRACE_MASK = 1 << 6;
    /** Identify the fl_error_log.create_time field (ordinal:8). */
    public static final int FL_ERROR_LOG_ID_CREATE_TIME = 7;
    public static final int FL_ERROR_LOG_ID_CREATE_TIME_MASK = 1 << 7;
    /** Identify the fl_face.id field (ordinal:1). */
    public static final int FL_FACE_ID_ID = 0;
    public static final int FL_FACE_ID_ID_MASK = 1 << 0;
    /** Identify the fl_face.image_md5 field (ordinal:2). */
    public static final int FL_FACE_ID_IMAGE_MD5 = 1;
    public static final int FL_FACE_ID_IMAGE_MD5_MASK = 1 << 1;
    /** Identify the fl_face.face_left field (ordinal:3). */
    public static final int FL_FACE_ID_FACE_LEFT = 2;
    public static final int FL_FACE_ID_FACE_LEFT_MASK = 1 << 2;
    /** Identify the fl_face.face_top field (ordinal:4). */
    public static final int FL_FACE_ID_FACE_TOP = 3;
    public static final int FL_FACE_ID_FACE_TOP_MASK = 1 << 3;
    /** Identify the fl_face.face_width field (ordinal:5). */
    public static final int FL_FACE_ID_FACE_WIDTH = 4;
    public static final int FL_FACE_ID_FACE_WIDTH_MASK = 1 << 4;
    /** Identify the fl_face.face_height field (ordinal:6). */
    public static final int FL_FACE_ID_FACE_HEIGHT = 5;
    public static final int FL_FACE_ID_FACE_HEIGHT_MASK = 1 << 5;
    /** Identify the fl_face.eye_leftx field (ordinal:7). */
    public static final int FL_FACE_ID_EYE_LEFTX = 6;
    public static final int FL_FACE_ID_EYE_LEFTX_MASK = 1 << 6;
    /** Identify the fl_face.eye_lefty field (ordinal:8). */
    public static final int FL_FACE_ID_EYE_LEFTY = 7;
    public static final int FL_FACE_ID_EYE_LEFTY_MASK = 1 << 7;
    /** Identify the fl_face.eye_rightx field (ordinal:9). */
    public static final int FL_FACE_ID_EYE_RIGHTX = 8;
    public static final int FL_FACE_ID_EYE_RIGHTX_MASK = 1 << 8;
    /** Identify the fl_face.eye_righty field (ordinal:10). */
    public static final int FL_FACE_ID_EYE_RIGHTY = 9;
    public static final int FL_FACE_ID_EYE_RIGHTY_MASK = 1 << 9;
    /** Identify the fl_face.mouth_x field (ordinal:11). */
    public static final int FL_FACE_ID_MOUTH_X = 10;
    public static final int FL_FACE_ID_MOUTH_X_MASK = 1 << 10;
    /** Identify the fl_face.mouth_y field (ordinal:12). */
    public static final int FL_FACE_ID_MOUTH_Y = 11;
    public static final int FL_FACE_ID_MOUTH_Y_MASK = 1 << 11;
    /** Identify the fl_face.nose_x field (ordinal:13). */
    public static final int FL_FACE_ID_NOSE_X = 12;
    public static final int FL_FACE_ID_NOSE_X_MASK = 1 << 12;
    /** Identify the fl_face.nose_y field (ordinal:14). */
    public static final int FL_FACE_ID_NOSE_Y = 13;
    public static final int FL_FACE_ID_NOSE_Y_MASK = 1 << 13;
    /** Identify the fl_face.angle_yaw field (ordinal:15). */
    public static final int FL_FACE_ID_ANGLE_YAW = 14;
    public static final int FL_FACE_ID_ANGLE_YAW_MASK = 1 << 14;
    /** Identify the fl_face.angle_pitch field (ordinal:16). */
    public static final int FL_FACE_ID_ANGLE_PITCH = 15;
    public static final int FL_FACE_ID_ANGLE_PITCH_MASK = 1 << 15;
    /** Identify the fl_face.angle_roll field (ordinal:17). */
    public static final int FL_FACE_ID_ANGLE_ROLL = 16;
    public static final int FL_FACE_ID_ANGLE_ROLL_MASK = 1 << 16;
    /** Identify the fl_face.ext_info field (ordinal:18). */
    public static final int FL_FACE_ID_EXT_INFO = 17;
    public static final int FL_FACE_ID_EXT_INFO_MASK = 1 << 17;
    /** Identify the fl_face.feature_md5 field (ordinal:19). */
    public static final int FL_FACE_ID_FEATURE_MD5 = 18;
    public static final int FL_FACE_ID_FEATURE_MD5_MASK = 1 << 18;
    /** Identify the fl_feature.md5 field (ordinal:1). */
    public static final int FL_FEATURE_ID_MD5 = 0;
    public static final int FL_FEATURE_ID_MD5_MASK = 1 << 0;
    /** Identify the fl_feature.version field (ordinal:2). */
    public static final int FL_FEATURE_ID_VERSION = 1;
    public static final int FL_FEATURE_ID_VERSION_MASK = 1 << 1;
    /** Identify the fl_feature.person_id field (ordinal:3). */
    public static final int FL_FEATURE_ID_PERSON_ID = 2;
    public static final int FL_FEATURE_ID_PERSON_ID_MASK = 1 << 2;
    /** Identify the fl_feature.feature field (ordinal:4). */
    public static final int FL_FEATURE_ID_FEATURE = 3;
    public static final int FL_FEATURE_ID_FEATURE_MASK = 1 << 3;
    /** Identify the fl_feature.update_time field (ordinal:5). */
    public static final int FL_FEATURE_ID_UPDATE_TIME = 4;
    public static final int FL_FEATURE_ID_UPDATE_TIME_MASK = 1 << 4;
    /** Identify the fl_image.md5 field (ordinal:1). */
    public static final int FL_IMAGE_ID_MD5 = 0;
    public static final int FL_IMAGE_ID_MD5_MASK = 1 << 0;
    /** Identify the fl_image.format field (ordinal:2). */
    public static final int FL_IMAGE_ID_FORMAT = 1;
    public static final int FL_IMAGE_ID_FORMAT_MASK = 1 << 1;
    /** Identify the fl_image.width field (ordinal:3). */
    public static final int FL_IMAGE_ID_WIDTH = 2;
    public static final int FL_IMAGE_ID_WIDTH_MASK = 1 << 2;
    /** Identify the fl_image.height field (ordinal:4). */
    public static final int FL_IMAGE_ID_HEIGHT = 3;
    public static final int FL_IMAGE_ID_HEIGHT_MASK = 1 << 3;
    /** Identify the fl_image.depth field (ordinal:5). */
    public static final int FL_IMAGE_ID_DEPTH = 4;
    public static final int FL_IMAGE_ID_DEPTH_MASK = 1 << 4;
    /** Identify the fl_image.face_num field (ordinal:6). */
    public static final int FL_IMAGE_ID_FACE_NUM = 5;
    public static final int FL_IMAGE_ID_FACE_NUM_MASK = 1 << 5;
    /** Identify the fl_image.thumb_md5 field (ordinal:7). */
    public static final int FL_IMAGE_ID_THUMB_MD5 = 6;
    public static final int FL_IMAGE_ID_THUMB_MD5_MASK = 1 << 6;
    /** Identify the fl_image.device_id field (ordinal:8). */
    public static final int FL_IMAGE_ID_DEVICE_ID = 7;
    public static final int FL_IMAGE_ID_DEVICE_ID_MASK = 1 << 7;
    /** Identify the fl_log.id field (ordinal:1). */
    public static final int FL_LOG_ID_ID = 0;
    public static final int FL_LOG_ID_ID_MASK = 1 << 0;
    /** Identify the fl_log.person_id field (ordinal:2). */
    public static final int FL_LOG_ID_PERSON_ID = 1;
    public static final int FL_LOG_ID_PERSON_ID_MASK = 1 << 1;
    /** Identify the fl_log.device_id field (ordinal:3). */
    public static final int FL_LOG_ID_DEVICE_ID = 2;
    public static final int FL_LOG_ID_DEVICE_ID_MASK = 1 << 2;
    /** Identify the fl_log.verify_feature field (ordinal:4). */
    public static final int FL_LOG_ID_VERIFY_FEATURE = 3;
    public static final int FL_LOG_ID_VERIFY_FEATURE_MASK = 1 << 3;
    /** Identify the fl_log.image_md5 field (ordinal:5). */
    public static final int FL_LOG_ID_IMAGE_MD5 = 4;
    public static final int FL_LOG_ID_IMAGE_MD5_MASK = 1 << 4;
    /** Identify the fl_log.compare_face field (ordinal:6). */
    public static final int FL_LOG_ID_COMPARE_FACE = 5;
    public static final int FL_LOG_ID_COMPARE_FACE_MASK = 1 << 5;
    /** Identify the fl_log.verify_status field (ordinal:7). */
    public static final int FL_LOG_ID_VERIFY_STATUS = 6;
    public static final int FL_LOG_ID_VERIFY_STATUS_MASK = 1 << 6;
    /** Identify the fl_log.similarty field (ordinal:8). */
    public static final int FL_LOG_ID_SIMILARTY = 7;
    public static final int FL_LOG_ID_SIMILARTY_MASK = 1 << 7;
    /** Identify the fl_log.direction field (ordinal:9). */
    public static final int FL_LOG_ID_DIRECTION = 8;
    public static final int FL_LOG_ID_DIRECTION_MASK = 1 << 8;
    /** Identify the fl_log.temperature field (ordinal:10). */
    public static final int FL_LOG_ID_TEMPERATURE = 9;
    public static final int FL_LOG_ID_TEMPERATURE_MASK = 1 << 9;
    /** Identify the fl_log.props field (ordinal:11). */
    public static final int FL_LOG_ID_PROPS = 10;
    public static final int FL_LOG_ID_PROPS_MASK = 1 << 10;
    /** Identify the fl_log.verify_type field (ordinal:12). */
    public static final int FL_LOG_ID_VERIFY_TYPE = 11;
    public static final int FL_LOG_ID_VERIFY_TYPE_MASK = 1 << 11;
    /** Identify the fl_log.verify_time field (ordinal:13). */
    public static final int FL_LOG_ID_VERIFY_TIME = 12;
    public static final int FL_LOG_ID_VERIFY_TIME_MASK = 1 << 12;
    /** Identify the fl_log.create_time field (ordinal:14). */
    public static final int FL_LOG_ID_CREATE_TIME = 13;
    public static final int FL_LOG_ID_CREATE_TIME_MASK = 1 << 13;
    /** Identify the fl_permit.device_group_id field (ordinal:1). */
    public static final int FL_PERMIT_ID_DEVICE_GROUP_ID = 0;
    public static final int FL_PERMIT_ID_DEVICE_GROUP_ID_MASK = 1 << 0;
    /** Identify the fl_permit.person_group_id field (ordinal:2). */
    public static final int FL_PERMIT_ID_PERSON_GROUP_ID = 1;
    public static final int FL_PERMIT_ID_PERSON_GROUP_ID_MASK = 1 << 1;
    /** Identify the fl_permit.schedule field (ordinal:3). */
    public static final int FL_PERMIT_ID_SCHEDULE = 2;
    public static final int FL_PERMIT_ID_SCHEDULE_MASK = 1 << 2;
    /** Identify the fl_permit.pass_limit field (ordinal:4). */
    public static final int FL_PERMIT_ID_PASS_LIMIT = 3;
    public static final int FL_PERMIT_ID_PASS_LIMIT_MASK = 1 << 3;
    /** Identify the fl_permit.remark field (ordinal:5). */
    public static final int FL_PERMIT_ID_REMARK = 4;
    public static final int FL_PERMIT_ID_REMARK_MASK = 1 << 4;
    /** Identify the fl_permit.ext_bin field (ordinal:6). */
    public static final int FL_PERMIT_ID_EXT_BIN = 5;
    public static final int FL_PERMIT_ID_EXT_BIN_MASK = 1 << 5;
    /** Identify the fl_permit.ext_txt field (ordinal:7). */
    public static final int FL_PERMIT_ID_EXT_TXT = 6;
    public static final int FL_PERMIT_ID_EXT_TXT_MASK = 1 << 6;
    /** Identify the fl_permit.create_time field (ordinal:8). */
    public static final int FL_PERMIT_ID_CREATE_TIME = 7;
    public static final int FL_PERMIT_ID_CREATE_TIME_MASK = 1 << 7;
    /** Identify the fl_person.id field (ordinal:1). */
    public static final int FL_PERSON_ID_ID = 0;
    public static final int FL_PERSON_ID_ID_MASK = 1 << 0;
    /** Identify the fl_person.group_id field (ordinal:2). */
    public static final int FL_PERSON_ID_GROUP_ID = 1;
    public static final int FL_PERSON_ID_GROUP_ID_MASK = 1 << 1;
    /** Identify the fl_person.name field (ordinal:3). */
    public static final int FL_PERSON_ID_NAME = 2;
    public static final int FL_PERSON_ID_NAME_MASK = 1 << 2;
    /** Identify the fl_person.sex field (ordinal:4). */
    public static final int FL_PERSON_ID_SEX = 3;
    public static final int FL_PERSON_ID_SEX_MASK = 1 << 3;
    /** Identify the fl_person.rank field (ordinal:5). */
    public static final int FL_PERSON_ID_RANK = 4;
    public static final int FL_PERSON_ID_RANK_MASK = 1 << 4;
    /** Identify the fl_person.password field (ordinal:6). */
    public static final int FL_PERSON_ID_PASSWORD = 5;
    public static final int FL_PERSON_ID_PASSWORD_MASK = 1 << 5;
    /** Identify the fl_person.birthdate field (ordinal:7). */
    public static final int FL_PERSON_ID_BIRTHDATE = 6;
    public static final int FL_PERSON_ID_BIRTHDATE_MASK = 1 << 6;
    /** Identify the fl_person.mobile_phone field (ordinal:8). */
    public static final int FL_PERSON_ID_MOBILE_PHONE = 7;
    public static final int FL_PERSON_ID_MOBILE_PHONE_MASK = 1 << 7;
    /** Identify the fl_person.papers_type field (ordinal:9). */
    public static final int FL_PERSON_ID_PAPERS_TYPE = 8;
    public static final int FL_PERSON_ID_PAPERS_TYPE_MASK = 1 << 8;
    /** Identify the fl_person.papers_num field (ordinal:10). */
    public static final int FL_PERSON_ID_PAPERS_NUM = 9;
    public static final int FL_PERSON_ID_PAPERS_NUM_MASK = 1 << 9;
    /** Identify the fl_person.image_md5 field (ordinal:11). */
    public static final int FL_PERSON_ID_IMAGE_MD5 = 10;
    public static final int FL_PERSON_ID_IMAGE_MD5_MASK = 1 << 10;
    /** Identify the fl_person.expiry_date field (ordinal:12). */
    public static final int FL_PERSON_ID_EXPIRY_DATE = 11;
    public static final int FL_PERSON_ID_EXPIRY_DATE_MASK = 1 << 11;
    /** Identify the fl_person.activated_date field (ordinal:13). */
    public static final int FL_PERSON_ID_ACTIVATED_DATE = 12;
    public static final int FL_PERSON_ID_ACTIVATED_DATE_MASK = 1 << 12;
    /** Identify the fl_person.remark field (ordinal:14). */
    public static final int FL_PERSON_ID_REMARK = 13;
    public static final int FL_PERSON_ID_REMARK_MASK = 1 << 13;
    /** Identify the fl_person.ext_bin field (ordinal:15). */
    public static final int FL_PERSON_ID_EXT_BIN = 14;
    public static final int FL_PERSON_ID_EXT_BIN_MASK = 1 << 14;
    /** Identify the fl_person.ext_txt field (ordinal:16). */
    public static final int FL_PERSON_ID_EXT_TXT = 15;
    public static final int FL_PERSON_ID_EXT_TXT_MASK = 1 << 15;
    /** Identify the fl_person.create_time field (ordinal:17). */
    public static final int FL_PERSON_ID_CREATE_TIME = 16;
    public static final int FL_PERSON_ID_CREATE_TIME_MASK = 1 << 16;
    /** Identify the fl_person.update_time field (ordinal:18). */
    public static final int FL_PERSON_ID_UPDATE_TIME = 17;
    public static final int FL_PERSON_ID_UPDATE_TIME_MASK = 1 << 17;
    /** Identify the fl_person_group.id field (ordinal:1). */
    public static final int FL_PERSON_GROUP_ID_ID = 0;
    public static final int FL_PERSON_GROUP_ID_ID_MASK = 1 << 0;
    /** Identify the fl_person_group.name field (ordinal:2). */
    public static final int FL_PERSON_GROUP_ID_NAME = 1;
    public static final int FL_PERSON_GROUP_ID_NAME_MASK = 1 << 1;
    /** Identify the fl_person_group.leaf field (ordinal:3). */
    public static final int FL_PERSON_GROUP_ID_LEAF = 2;
    public static final int FL_PERSON_GROUP_ID_LEAF_MASK = 1 << 2;
    /** Identify the fl_person_group.parent field (ordinal:4). */
    public static final int FL_PERSON_GROUP_ID_PARENT = 3;
    public static final int FL_PERSON_GROUP_ID_PARENT_MASK = 1 << 3;
    /** Identify the fl_person_group.root_group field (ordinal:5). */
    public static final int FL_PERSON_GROUP_ID_ROOT_GROUP = 4;
    public static final int FL_PERSON_GROUP_ID_ROOT_GROUP_MASK = 1 << 4;
    /** Identify the fl_person_group.remark field (ordinal:6). */
    public static final int FL_PERSON_GROUP_ID_REMARK = 5;
    public static final int FL_PERSON_GROUP_ID_REMARK_MASK = 1 << 5;
    /** Identify the fl_person_group.ext_bin field (ordinal:7). */
    public static final int FL_PERSON_GROUP_ID_EXT_BIN = 6;
    public static final int FL_PERSON_GROUP_ID_EXT_BIN_MASK = 1 << 6;
    /** Identify the fl_person_group.ext_txt field (ordinal:8). */
    public static final int FL_PERSON_GROUP_ID_EXT_TXT = 7;
    public static final int FL_PERSON_GROUP_ID_EXT_TXT_MASK = 1 << 7;
    /** Identify the fl_person_group.create_time field (ordinal:9). */
    public static final int FL_PERSON_GROUP_ID_CREATE_TIME = 8;
    public static final int FL_PERSON_GROUP_ID_CREATE_TIME_MASK = 1 << 8;
    /** Identify the fl_person_group.update_time field (ordinal:10). */
    public static final int FL_PERSON_GROUP_ID_UPDATE_TIME = 9;
    public static final int FL_PERSON_GROUP_ID_UPDATE_TIME_MASK = 1 << 9;
    /** Identify the fl_store.md5 field (ordinal:1). */
    public static final int FL_STORE_ID_MD5 = 0;
    public static final int FL_STORE_ID_MD5_MASK = 1 << 0;
    /** Identify the fl_store.encoding field (ordinal:2). */
    public static final int FL_STORE_ID_ENCODING = 1;
    public static final int FL_STORE_ID_ENCODING_MASK = 1 << 1;
    /** Identify the fl_store.data field (ordinal:3). */
    public static final int FL_STORE_ID_DATA = 2;
    public static final int FL_STORE_ID_DATA_MASK = 1 << 2;
    /** Identify the fl_log_light.id field (ordinal:1). */
    public static final int FL_LOG_LIGHT_ID_ID = 0;
    public static final int FL_LOG_LIGHT_ID_ID_MASK = 1 << 0;
    /** Identify the fl_log_light.person_id field (ordinal:2). */
    public static final int FL_LOG_LIGHT_ID_PERSON_ID = 1;
    public static final int FL_LOG_LIGHT_ID_PERSON_ID_MASK = 1 << 1;
    /** Identify the fl_log_light.name field (ordinal:3). */
    public static final int FL_LOG_LIGHT_ID_NAME = 2;
    public static final int FL_LOG_LIGHT_ID_NAME_MASK = 1 << 2;
    /** Identify the fl_log_light.papers_type field (ordinal:4). */
    public static final int FL_LOG_LIGHT_ID_PAPERS_TYPE = 3;
    public static final int FL_LOG_LIGHT_ID_PAPERS_TYPE_MASK = 1 << 3;
    /** Identify the fl_log_light.papers_num field (ordinal:5). */
    public static final int FL_LOG_LIGHT_ID_PAPERS_NUM = 4;
    public static final int FL_LOG_LIGHT_ID_PAPERS_NUM_MASK = 1 << 4;
    /** Identify the fl_log_light.device_id field (ordinal:6). */
    public static final int FL_LOG_LIGHT_ID_DEVICE_ID = 5;
    public static final int FL_LOG_LIGHT_ID_DEVICE_ID_MASK = 1 << 5;
    /** Identify the fl_log_light.verify_type field (ordinal:7). */
    public static final int FL_LOG_LIGHT_ID_VERIFY_TYPE = 6;
    public static final int FL_LOG_LIGHT_ID_VERIFY_TYPE_MASK = 1 << 6;
    /** Identify the fl_log_light.verify_time field (ordinal:8). */
    public static final int FL_LOG_LIGHT_ID_VERIFY_TIME = 7;
    public static final int FL_LOG_LIGHT_ID_VERIFY_TIME_MASK = 1 << 7;
    /** Identify the fl_log_light.direction field (ordinal:9). */
    public static final int FL_LOG_LIGHT_ID_DIRECTION = 8;
    public static final int FL_LOG_LIGHT_ID_DIRECTION_MASK = 1 << 8;
    /** Identify the fl_log_light.temperature field (ordinal:10). */
    public static final int FL_LOG_LIGHT_ID_TEMPERATURE = 9;
    public static final int FL_LOG_LIGHT_ID_TEMPERATURE_MASK = 1 << 9;
    /** Identify the fl_log_light.image_md5 field (ordinal:11). */
    public static final int FL_LOG_LIGHT_ID_IMAGE_MD5 = 10;
    public static final int FL_LOG_LIGHT_ID_IMAGE_MD5_MASK = 1 << 10;
    /** Identify the fl_log_light.props field (ordinal:12). */
    public static final int FL_LOG_LIGHT_ID_PROPS = 11;
    public static final int FL_LOG_LIGHT_ID_PROPS_MASK = 1 << 11;
    //////////////////////////////////////
    // COLUMN NAME DECLARE
    //////////////////////////////////////    
    /////////////////// fl_device ////////////
    /** Contains all the pk fields name of the fl_device table.*/
    public static final String FL_DEVICE_PK_FIELDS ="id";
    public static final java.util.List FL_DEVICE_PK_FIELDS_LIST = java.util.Arrays.asList(FL_DEVICE_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_device table.*/
    public static final String FL_DEVICE_FULL_FIELDS ="fl_device.id"
                            + ",fl_device.group_id"
                            + ",fl_device.name"
                            + ",fl_device.product_name"
                            + ",fl_device.model"
                            + ",fl_device.vendor"
                            + ",fl_device.manufacturer"
                            + ",fl_device.made_date"
                            + ",fl_device.version"
                            + ",fl_device.used_sdks"
                            + ",fl_device.serial_no"
                            + ",fl_device.mac"
                            + ",fl_device.direction"
                            + ",fl_device.remark"
                            + ",fl_device.ext_bin"
                            + ",fl_device.ext_txt"
                            + ",fl_device.create_time"
                            + ",fl_device.update_time"
                            + ",fl_device.status"
                            + ",fl_device.options";
    /** Field that contains the comma separated fields of the fl_device table. */
    public static final String FL_DEVICE_FIELDS = "id"
                            + ",group_id"
                            + ",name"
                            + ",product_name"
                            + ",model"
                            + ",vendor"
                            + ",manufacturer"
                            + ",made_date"
                            + ",version"
                            + ",used_sdks"
                            + ",serial_no"
                            + ",mac"
                            + ",direction"
                            + ",remark"
                            + ",ext_bin"
                            + ",ext_txt"
                            + ",create_time"
                            + ",update_time"
                            + ",status"
                            + ",options";
    public static final java.util.List FL_DEVICE_FIELDS_LIST = java.util.Arrays.asList(FL_DEVICE_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_device table. */
    public static final String FL_DEVICE_JAVA_FIELDS = "id"
                            + ",groupId"
                            + ",name"
                            + ",productName"
                            + ",model"
                            + ",vendor"
                            + ",manufacturer"
                            + ",madeDate"
                            + ",version"
                            + ",usedSdks"
                            + ",serialNo"
                            + ",mac"
                            + ",direction"
                            + ",remark"
                            + ",extBin"
                            + ",extTxt"
                            + ",createTime"
                            + ",updateTime"
                            + ",status"
                            + ",options";
    public static final java.util.List FL_DEVICE_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_DEVICE_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_device table. */
    public static final Class[] FL_DEVICE_FIELD_TYPES = new Class[]{
        Integer.class,
        Integer.class,
        String.class,
        String.class,
        String.class,
        String.class,
        String.class,
        java.util.Date.class,
        String.class,
        String.class,
        String.class,
        String.class,
        Integer.class,
        String.class,
        java.nio.ByteBuffer.class,
        String.class,
        java.util.Date.class,
        java.util.Date.class,
        String.class,
        String.class};
    /** Field size of the fl_device table. */
    public static final int[] FL_DEVICE_FIELD_SIZES = new int[]{
        10,
        10,
        32,
        32,
        32,
        32,
        32,
        10,
        32,
        128,
        32,
        12,
        10,
        256,
        65535,
        65535,
        19,
        19,
        512,
        512};
    /** Field SQL types of the fl_device table. */
    public static final int[] FL_DEVICE_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        91/*Types.DATE*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        1/*Types.CHAR*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        -4/*Types.LONGVARBINARY*/,
        -1/*Types.LONGVARCHAR*/,
        93/*Types.TIMESTAMP*/,
        93/*Types.TIMESTAMP*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/};
    /////////////////// fl_device_group ////////////
    /** Contains all the pk fields name of the fl_device_group table.*/
    public static final String FL_DEVICE_GROUP_PK_FIELDS ="id";
    public static final java.util.List FL_DEVICE_GROUP_PK_FIELDS_LIST = java.util.Arrays.asList(FL_DEVICE_GROUP_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_device_group table.*/
    public static final String FL_DEVICE_GROUP_FULL_FIELDS ="fl_device_group.id"
                            + ",fl_device_group.name"
                            + ",fl_device_group.leaf"
                            + ",fl_device_group.parent"
                            + ",fl_device_group.root_group"
                            + ",fl_device_group.schedule"
                            + ",fl_device_group.remark"
                            + ",fl_device_group.ext_bin"
                            + ",fl_device_group.ext_txt"
                            + ",fl_device_group.create_time"
                            + ",fl_device_group.update_time";
    /** Field that contains the comma separated fields of the fl_device_group table. */
    public static final String FL_DEVICE_GROUP_FIELDS = "id"
                            + ",name"
                            + ",leaf"
                            + ",parent"
                            + ",root_group"
                            + ",schedule"
                            + ",remark"
                            + ",ext_bin"
                            + ",ext_txt"
                            + ",create_time"
                            + ",update_time";
    public static final java.util.List FL_DEVICE_GROUP_FIELDS_LIST = java.util.Arrays.asList(FL_DEVICE_GROUP_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_device_group table. */
    public static final String FL_DEVICE_GROUP_JAVA_FIELDS = "id"
                            + ",name"
                            + ",leaf"
                            + ",parent"
                            + ",rootGroup"
                            + ",schedule"
                            + ",remark"
                            + ",extBin"
                            + ",extTxt"
                            + ",createTime"
                            + ",updateTime";
    public static final java.util.List FL_DEVICE_GROUP_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_DEVICE_GROUP_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_device_group table. */
    public static final Class[] FL_DEVICE_GROUP_FIELD_TYPES = new Class[]{
        Integer.class,
        String.class,
        Integer.class,
        Integer.class,
        Integer.class,
        String.class,
        String.class,
        java.nio.ByteBuffer.class,
        String.class,
        java.util.Date.class,
        java.util.Date.class};
    /** Field size of the fl_device_group table. */
    public static final int[] FL_DEVICE_GROUP_FIELD_SIZES = new int[]{
        10,
        32,
        3,
        10,
        10,
        4096,
        256,
        65535,
        65535,
        19,
        19};
    /** Field SQL types of the fl_device_group table. */
    public static final int[] FL_DEVICE_GROUP_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        -6/*Types.TINYINT*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        -4/*Types.LONGVARBINARY*/,
        -1/*Types.LONGVARCHAR*/,
        93/*Types.TIMESTAMP*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_error_log ////////////
    /** Contains all the pk fields name of the fl_error_log table.*/
    public static final String FL_ERROR_LOG_PK_FIELDS ="id";
    public static final java.util.List FL_ERROR_LOG_PK_FIELDS_LIST = java.util.Arrays.asList(FL_ERROR_LOG_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_error_log table.*/
    public static final String FL_ERROR_LOG_FULL_FIELDS ="fl_error_log.id"
                            + ",fl_error_log.catalog"
                            + ",fl_error_log.person_id"
                            + ",fl_error_log.device_id"
                            + ",fl_error_log.exception_class"
                            + ",fl_error_log.message"
                            + ",fl_error_log.stack_trace"
                            + ",fl_error_log.create_time";
    /** Field that contains the comma separated fields of the fl_error_log table. */
    public static final String FL_ERROR_LOG_FIELDS = "id"
                            + ",catalog"
                            + ",person_id"
                            + ",device_id"
                            + ",exception_class"
                            + ",message"
                            + ",stack_trace"
                            + ",create_time";
    public static final java.util.List FL_ERROR_LOG_FIELDS_LIST = java.util.Arrays.asList(FL_ERROR_LOG_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_error_log table. */
    public static final String FL_ERROR_LOG_JAVA_FIELDS = "id"
                            + ",catalog"
                            + ",personId"
                            + ",deviceId"
                            + ",exceptionClass"
                            + ",message"
                            + ",stackTrace"
                            + ",createTime";
    public static final java.util.List FL_ERROR_LOG_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_ERROR_LOG_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_error_log table. */
    public static final Class[] FL_ERROR_LOG_FIELD_TYPES = new Class[]{
        Integer.class,
        String.class,
        Integer.class,
        Integer.class,
        String.class,
        String.class,
        String.class,
        java.util.Date.class};
    /** Field size of the fl_error_log table. */
    public static final int[] FL_ERROR_LOG_FIELD_SIZES = new int[]{
        10,
        64,
        10,
        10,
        256,
        1024,
        65535,
        19};
    /** Field SQL types of the fl_error_log table. */
    public static final int[] FL_ERROR_LOG_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        -1/*Types.LONGVARCHAR*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_face ////////////
    /** Contains all the pk fields name of the fl_face table.*/
    public static final String FL_FACE_PK_FIELDS ="id";
    public static final java.util.List FL_FACE_PK_FIELDS_LIST = java.util.Arrays.asList(FL_FACE_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_face table.*/
    public static final String FL_FACE_FULL_FIELDS ="fl_face.id"
                            + ",fl_face.image_md5"
                            + ",fl_face.face_left"
                            + ",fl_face.face_top"
                            + ",fl_face.face_width"
                            + ",fl_face.face_height"
                            + ",fl_face.eye_leftx"
                            + ",fl_face.eye_lefty"
                            + ",fl_face.eye_rightx"
                            + ",fl_face.eye_righty"
                            + ",fl_face.mouth_x"
                            + ",fl_face.mouth_y"
                            + ",fl_face.nose_x"
                            + ",fl_face.nose_y"
                            + ",fl_face.angle_yaw"
                            + ",fl_face.angle_pitch"
                            + ",fl_face.angle_roll"
                            + ",fl_face.ext_info"
                            + ",fl_face.feature_md5";
    /** Field that contains the comma separated fields of the fl_face table. */
    public static final String FL_FACE_FIELDS = "id"
                            + ",image_md5"
                            + ",face_left"
                            + ",face_top"
                            + ",face_width"
                            + ",face_height"
                            + ",eye_leftx"
                            + ",eye_lefty"
                            + ",eye_rightx"
                            + ",eye_righty"
                            + ",mouth_x"
                            + ",mouth_y"
                            + ",nose_x"
                            + ",nose_y"
                            + ",angle_yaw"
                            + ",angle_pitch"
                            + ",angle_roll"
                            + ",ext_info"
                            + ",feature_md5";
    public static final java.util.List FL_FACE_FIELDS_LIST = java.util.Arrays.asList(FL_FACE_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_face table. */
    public static final String FL_FACE_JAVA_FIELDS = "id"
                            + ",imageMd5"
                            + ",faceLeft"
                            + ",faceTop"
                            + ",faceWidth"
                            + ",faceHeight"
                            + ",eyeLeftx"
                            + ",eyeLefty"
                            + ",eyeRightx"
                            + ",eyeRighty"
                            + ",mouthX"
                            + ",mouthY"
                            + ",noseX"
                            + ",noseY"
                            + ",angleYaw"
                            + ",anglePitch"
                            + ",angleRoll"
                            + ",extInfo"
                            + ",featureMd5";
    public static final java.util.List FL_FACE_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_FACE_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_face table. */
    public static final Class[] FL_FACE_FIELD_TYPES = new Class[]{
        Integer.class,
        String.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        java.nio.ByteBuffer.class,
        String.class};
    /** Field size of the fl_face table. */
    public static final int[] FL_FACE_FIELD_SIZES = new int[]{
        10,
        32,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        10,
        65535,
        32};
    /** Field SQL types of the fl_face table. */
    public static final int[] FL_FACE_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        1/*Types.CHAR*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        -4/*Types.LONGVARBINARY*/,
        1/*Types.CHAR*/};
    /////////////////// fl_feature ////////////
    /** Contains all the pk fields name of the fl_feature table.*/
    public static final String FL_FEATURE_PK_FIELDS ="md5";
    public static final java.util.List FL_FEATURE_PK_FIELDS_LIST = java.util.Arrays.asList(FL_FEATURE_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_feature table.*/
    public static final String FL_FEATURE_FULL_FIELDS ="fl_feature.md5"
                            + ",fl_feature.version"
                            + ",fl_feature.person_id"
                            + ",fl_feature.feature"
                            + ",fl_feature.update_time";
    /** Field that contains the comma separated fields of the fl_feature table. */
    public static final String FL_FEATURE_FIELDS = "md5"
                            + ",version"
                            + ",person_id"
                            + ",feature"
                            + ",update_time";
    public static final java.util.List FL_FEATURE_FIELDS_LIST = java.util.Arrays.asList(FL_FEATURE_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_feature table. */
    public static final String FL_FEATURE_JAVA_FIELDS = "md5"
                            + ",version"
                            + ",personId"
                            + ",feature"
                            + ",updateTime";
    public static final java.util.List FL_FEATURE_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_FEATURE_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_feature table. */
    public static final Class[] FL_FEATURE_FIELD_TYPES = new Class[]{
        String.class,
        String.class,
        Integer.class,
        java.nio.ByteBuffer.class,
        java.util.Date.class};
    /** Field size of the fl_feature table. */
    public static final int[] FL_FEATURE_FIELD_SIZES = new int[]{
        32,
        32,
        10,
        65535,
        19};
    /** Field SQL types of the fl_feature table. */
    public static final int[] FL_FEATURE_FIELD_SQL_TYPES = new int[]{
        1/*Types.CHAR*/,
        12/*Types.VARCHAR*/,
        4/*Types.INTEGER*/,
        -4/*Types.LONGVARBINARY*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_image ////////////
    /** Contains all the pk fields name of the fl_image table.*/
    public static final String FL_IMAGE_PK_FIELDS ="md5";
    public static final java.util.List FL_IMAGE_PK_FIELDS_LIST = java.util.Arrays.asList(FL_IMAGE_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_image table.*/
    public static final String FL_IMAGE_FULL_FIELDS ="fl_image.md5"
                            + ",fl_image.format"
                            + ",fl_image.width"
                            + ",fl_image.height"
                            + ",fl_image.depth"
                            + ",fl_image.face_num"
                            + ",fl_image.thumb_md5"
                            + ",fl_image.device_id";
    /** Field that contains the comma separated fields of the fl_image table. */
    public static final String FL_IMAGE_FIELDS = "md5"
                            + ",format"
                            + ",width"
                            + ",height"
                            + ",depth"
                            + ",face_num"
                            + ",thumb_md5"
                            + ",device_id";
    public static final java.util.List FL_IMAGE_FIELDS_LIST = java.util.Arrays.asList(FL_IMAGE_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_image table. */
    public static final String FL_IMAGE_JAVA_FIELDS = "md5"
                            + ",format"
                            + ",width"
                            + ",height"
                            + ",depth"
                            + ",faceNum"
                            + ",thumbMd5"
                            + ",deviceId";
    public static final java.util.List FL_IMAGE_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_IMAGE_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_image table. */
    public static final Class[] FL_IMAGE_FIELD_TYPES = new Class[]{
        String.class,
        String.class,
        Integer.class,
        Integer.class,
        Integer.class,
        Integer.class,
        String.class,
        Integer.class};
    /** Field size of the fl_image table. */
    public static final int[] FL_IMAGE_FIELD_SIZES = new int[]{
        32,
        32,
        10,
        10,
        10,
        10,
        32,
        10};
    /** Field SQL types of the fl_image table. */
    public static final int[] FL_IMAGE_FIELD_SQL_TYPES = new int[]{
        1/*Types.CHAR*/,
        12/*Types.VARCHAR*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        1/*Types.CHAR*/,
        4/*Types.INTEGER*/};
    /////////////////// fl_log ////////////
    /** Contains all the pk fields name of the fl_log table.*/
    public static final String FL_LOG_PK_FIELDS ="id";
    public static final java.util.List FL_LOG_PK_FIELDS_LIST = java.util.Arrays.asList(FL_LOG_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_log table.*/
    public static final String FL_LOG_FULL_FIELDS ="fl_log.id"
                            + ",fl_log.person_id"
                            + ",fl_log.device_id"
                            + ",fl_log.verify_feature"
                            + ",fl_log.image_md5"
                            + ",fl_log.compare_face"
                            + ",fl_log.verify_status"
                            + ",fl_log.similarty"
                            + ",fl_log.direction"
                            + ",fl_log.temperature"
                            + ",fl_log.props"
                            + ",fl_log.verify_type"
                            + ",fl_log.verify_time"
                            + ",fl_log.create_time";
    /** Field that contains the comma separated fields of the fl_log table. */
    public static final String FL_LOG_FIELDS = "id"
                            + ",person_id"
                            + ",device_id"
                            + ",verify_feature"
                            + ",image_md5"
                            + ",compare_face"
                            + ",verify_status"
                            + ",similarty"
                            + ",direction"
                            + ",temperature"
                            + ",props"
                            + ",verify_type"
                            + ",verify_time"
                            + ",create_time";
    public static final java.util.List FL_LOG_FIELDS_LIST = java.util.Arrays.asList(FL_LOG_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_log table. */
    public static final String FL_LOG_JAVA_FIELDS = "id"
                            + ",personId"
                            + ",deviceId"
                            + ",verifyFeature"
                            + ",imageMd5"
                            + ",compareFace"
                            + ",verifyStatus"
                            + ",similarty"
                            + ",direction"
                            + ",temperature"
                            + ",props"
                            + ",verifyType"
                            + ",verifyTime"
                            + ",createTime";
    public static final java.util.List FL_LOG_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_LOG_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_log table. */
    public static final Class[] FL_LOG_FIELD_TYPES = new Class[]{
        Integer.class,
        Integer.class,
        Integer.class,
        String.class,
        String.class,
        Integer.class,
        Integer.class,
        Double.class,
        Integer.class,
        Double.class,
        String.class,
        Integer.class,
        java.util.Date.class,
        java.util.Date.class};
    /** Field size of the fl_log table. */
    public static final int[] FL_LOG_FIELD_SIZES = new int[]{
        10,
        10,
        10,
        32,
        32,
        10,
        3,
        22,
        10,
        4,
        65535,
        3,
        19,
        19};
    /** Field SQL types of the fl_log table. */
    public static final int[] FL_LOG_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        1/*Types.CHAR*/,
        1/*Types.CHAR*/,
        4/*Types.INTEGER*/,
        -6/*Types.TINYINT*/,
        8/*Types.DOUBLE*/,
        4/*Types.INTEGER*/,
        8/*Types.DOUBLE*/,
        -1/*Types.LONGVARCHAR*/,
        -6/*Types.TINYINT*/,
        93/*Types.TIMESTAMP*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_permit ////////////
    /** Contains all the pk fields name of the fl_permit table.*/
    public static final String FL_PERMIT_PK_FIELDS ="device_group_id"
                            + ",person_group_id";
    public static final java.util.List FL_PERMIT_PK_FIELDS_LIST = java.util.Arrays.asList(FL_PERMIT_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_permit table.*/
    public static final String FL_PERMIT_FULL_FIELDS ="fl_permit.device_group_id"
                            + ",fl_permit.person_group_id"
                            + ",fl_permit.schedule"
                            + ",fl_permit.pass_limit"
                            + ",fl_permit.remark"
                            + ",fl_permit.ext_bin"
                            + ",fl_permit.ext_txt"
                            + ",fl_permit.create_time";
    /** Field that contains the comma separated fields of the fl_permit table. */
    public static final String FL_PERMIT_FIELDS = "device_group_id"
                            + ",person_group_id"
                            + ",schedule"
                            + ",pass_limit"
                            + ",remark"
                            + ",ext_bin"
                            + ",ext_txt"
                            + ",create_time";
    public static final java.util.List FL_PERMIT_FIELDS_LIST = java.util.Arrays.asList(FL_PERMIT_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_permit table. */
    public static final String FL_PERMIT_JAVA_FIELDS = "deviceGroupId"
                            + ",personGroupId"
                            + ",schedule"
                            + ",passLimit"
                            + ",remark"
                            + ",extBin"
                            + ",extTxt"
                            + ",createTime";
    public static final java.util.List FL_PERMIT_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_PERMIT_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_permit table. */
    public static final Class[] FL_PERMIT_FIELD_TYPES = new Class[]{
        Integer.class,
        Integer.class,
        String.class,
        String.class,
        String.class,
        java.nio.ByteBuffer.class,
        String.class,
        java.util.Date.class};
    /** Field size of the fl_permit table. */
    public static final int[] FL_PERMIT_FIELD_SIZES = new int[]{
        10,
        10,
        4096,
        512,
        256,
        65535,
        65535,
        19};
    /** Field SQL types of the fl_permit table. */
    public static final int[] FL_PERMIT_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        12/*Types.VARCHAR*/,
        -4/*Types.LONGVARBINARY*/,
        -1/*Types.LONGVARCHAR*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_person ////////////
    /** Contains all the pk fields name of the fl_person table.*/
    public static final String FL_PERSON_PK_FIELDS ="id";
    public static final java.util.List FL_PERSON_PK_FIELDS_LIST = java.util.Arrays.asList(FL_PERSON_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_person table.*/
    public static final String FL_PERSON_FULL_FIELDS ="fl_person.id"
                            + ",fl_person.group_id"
                            + ",fl_person.name"
                            + ",fl_person.sex"
                            + ",fl_person.rank"
                            + ",fl_person.password"
                            + ",fl_person.birthdate"
                            + ",fl_person.mobile_phone"
                            + ",fl_person.papers_type"
                            + ",fl_person.papers_num"
                            + ",fl_person.image_md5"
                            + ",fl_person.expiry_date"
                            + ",fl_person.activated_date"
                            + ",fl_person.remark"
                            + ",fl_person.ext_bin"
                            + ",fl_person.ext_txt"
                            + ",fl_person.create_time"
                            + ",fl_person.update_time";
    /** Field that contains the comma separated fields of the fl_person table. */
    public static final String FL_PERSON_FIELDS = "id"
                            + ",group_id"
                            + ",name"
                            + ",sex"
                            + ",rank"
                            + ",password"
                            + ",birthdate"
                            + ",mobile_phone"
                            + ",papers_type"
                            + ",papers_num"
                            + ",image_md5"
                            + ",expiry_date"
                            + ",activated_date"
                            + ",remark"
                            + ",ext_bin"
                            + ",ext_txt"
                            + ",create_time"
                            + ",update_time";
    public static final java.util.List FL_PERSON_FIELDS_LIST = java.util.Arrays.asList(FL_PERSON_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_person table. */
    public static final String FL_PERSON_JAVA_FIELDS = "id"
                            + ",groupId"
                            + ",name"
                            + ",sex"
                            + ",rank"
                            + ",password"
                            + ",birthdate"
                            + ",mobilePhone"
                            + ",papersType"
                            + ",papersNum"
                            + ",imageMd5"
                            + ",expiryDate"
                            + ",activatedDate"
                            + ",remark"
                            + ",extBin"
                            + ",extTxt"
                            + ",createTime"
                            + ",updateTime";
    public static final java.util.List FL_PERSON_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_PERSON_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_person table. */
    public static final Class[] FL_PERSON_FIELD_TYPES = new Class[]{
        Integer.class,
        Integer.class,
        String.class,
        Integer.class,
        Integer.class,
        String.class,
        java.util.Date.class,
        String.class,
        Integer.class,
        String.class,
        String.class,
        java.util.Date.class,
        java.util.Date.class,
        String.class,
        java.nio.ByteBuffer.class,
        String.class,
        java.util.Date.class,
        java.util.Date.class};
    /** Field size of the fl_person table. */
    public static final int[] FL_PERSON_FIELD_SIZES = new int[]{
        10,
        10,
        32,
        3,
        3,
        32,
        10,
        11,
        3,
        32,
        32,
        10,
        10,
        256,
        65535,
        65535,
        19,
        19};
    /** Field SQL types of the fl_person table. */
    public static final int[] FL_PERSON_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        -6/*Types.TINYINT*/,
        -6/*Types.TINYINT*/,
        1/*Types.CHAR*/,
        91/*Types.DATE*/,
        1/*Types.CHAR*/,
        -6/*Types.TINYINT*/,
        12/*Types.VARCHAR*/,
        1/*Types.CHAR*/,
        91/*Types.DATE*/,
        91/*Types.DATE*/,
        12/*Types.VARCHAR*/,
        -4/*Types.LONGVARBINARY*/,
        -1/*Types.LONGVARCHAR*/,
        93/*Types.TIMESTAMP*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_person_group ////////////
    /** Contains all the pk fields name of the fl_person_group table.*/
    public static final String FL_PERSON_GROUP_PK_FIELDS ="id";
    public static final java.util.List FL_PERSON_GROUP_PK_FIELDS_LIST = java.util.Arrays.asList(FL_PERSON_GROUP_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_person_group table.*/
    public static final String FL_PERSON_GROUP_FULL_FIELDS ="fl_person_group.id"
                            + ",fl_person_group.name"
                            + ",fl_person_group.leaf"
                            + ",fl_person_group.parent"
                            + ",fl_person_group.root_group"
                            + ",fl_person_group.remark"
                            + ",fl_person_group.ext_bin"
                            + ",fl_person_group.ext_txt"
                            + ",fl_person_group.create_time"
                            + ",fl_person_group.update_time";
    /** Field that contains the comma separated fields of the fl_person_group table. */
    public static final String FL_PERSON_GROUP_FIELDS = "id"
                            + ",name"
                            + ",leaf"
                            + ",parent"
                            + ",root_group"
                            + ",remark"
                            + ",ext_bin"
                            + ",ext_txt"
                            + ",create_time"
                            + ",update_time";
    public static final java.util.List FL_PERSON_GROUP_FIELDS_LIST = java.util.Arrays.asList(FL_PERSON_GROUP_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_person_group table. */
    public static final String FL_PERSON_GROUP_JAVA_FIELDS = "id"
                            + ",name"
                            + ",leaf"
                            + ",parent"
                            + ",rootGroup"
                            + ",remark"
                            + ",extBin"
                            + ",extTxt"
                            + ",createTime"
                            + ",updateTime";
    public static final java.util.List FL_PERSON_GROUP_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_PERSON_GROUP_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_person_group table. */
    public static final Class[] FL_PERSON_GROUP_FIELD_TYPES = new Class[]{
        Integer.class,
        String.class,
        Integer.class,
        Integer.class,
        Integer.class,
        String.class,
        java.nio.ByteBuffer.class,
        String.class,
        java.util.Date.class,
        java.util.Date.class};
    /** Field size of the fl_person_group table. */
    public static final int[] FL_PERSON_GROUP_FIELD_SIZES = new int[]{
        10,
        32,
        3,
        10,
        10,
        256,
        65535,
        65535,
        19,
        19};
    /** Field SQL types of the fl_person_group table. */
    public static final int[] FL_PERSON_GROUP_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        -6/*Types.TINYINT*/,
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        -4/*Types.LONGVARBINARY*/,
        -1/*Types.LONGVARCHAR*/,
        93/*Types.TIMESTAMP*/,
        93/*Types.TIMESTAMP*/};
    /////////////////// fl_store ////////////
    /** Contains all the pk fields name of the fl_store table.*/
    public static final String FL_STORE_PK_FIELDS ="md5";
    public static final java.util.List FL_STORE_PK_FIELDS_LIST = java.util.Arrays.asList(FL_STORE_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_store table.*/
    public static final String FL_STORE_FULL_FIELDS ="fl_store.md5"
                            + ",fl_store.encoding"
                            + ",fl_store.data";
    /** Field that contains the comma separated fields of the fl_store table. */
    public static final String FL_STORE_FIELDS = "md5"
                            + ",encoding"
                            + ",data";
    public static final java.util.List FL_STORE_FIELDS_LIST = java.util.Arrays.asList(FL_STORE_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_store table. */
    public static final String FL_STORE_JAVA_FIELDS = "md5"
                            + ",encoding"
                            + ",data";
    public static final java.util.List FL_STORE_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_STORE_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_store table. */
    public static final Class[] FL_STORE_FIELD_TYPES = new Class[]{
        String.class,
        String.class,
        java.nio.ByteBuffer.class};
    /** Field size of the fl_store table. */
    public static final int[] FL_STORE_FIELD_SIZES = new int[]{
        32,
        16,
        16777215};
    /** Field SQL types of the fl_store table. */
    public static final int[] FL_STORE_FIELD_SQL_TYPES = new int[]{
        1/*Types.CHAR*/,
        12/*Types.VARCHAR*/,
        -4/*Types.LONGVARBINARY*/};
    /////////////////// fl_log_light ////////////
    /** Contains all the pk fields name of the fl_log_light table.*/
    public static final String FL_LOG_LIGHT_PK_FIELDS ="";
    public static final java.util.List FL_LOG_LIGHT_PK_FIELDS_LIST = java.util.Arrays.asList(FL_LOG_LIGHT_PK_FIELDS.split(","));
    /** Contains all the full fields of the fl_log_light table.*/
    public static final String FL_LOG_LIGHT_FULL_FIELDS ="fl_log_light.id"
                            + ",fl_log_light.person_id"
                            + ",fl_log_light.name"
                            + ",fl_log_light.papers_type"
                            + ",fl_log_light.papers_num"
                            + ",fl_log_light.device_id"
                            + ",fl_log_light.verify_type"
                            + ",fl_log_light.verify_time"
                            + ",fl_log_light.direction"
                            + ",fl_log_light.temperature"
                            + ",fl_log_light.image_md5"
                            + ",fl_log_light.props";
    /** Field that contains the comma separated fields of the fl_log_light table. */
    public static final String FL_LOG_LIGHT_FIELDS = "id"
                            + ",person_id"
                            + ",name"
                            + ",papers_type"
                            + ",papers_num"
                            + ",device_id"
                            + ",verify_type"
                            + ",verify_time"
                            + ",direction"
                            + ",temperature"
                            + ",image_md5"
                            + ",props";
    public static final java.util.List FL_LOG_LIGHT_FIELDS_LIST = java.util.Arrays.asList(FL_LOG_LIGHT_FIELDS.split(","));
    /** Field that contains the comma separated java fields of the fl_log_light table. */
    public static final String FL_LOG_LIGHT_JAVA_FIELDS = "id"
                            + ",personId"
                            + ",name"
                            + ",papersType"
                            + ",papersNum"
                            + ",deviceId"
                            + ",verifyType"
                            + ",verifyTime"
                            + ",direction"
                            + ",temperature"
                            + ",imageMd5"
                            + ",props";
    public static final java.util.List FL_LOG_LIGHT_JAVA_FIELDS_LIST = java.util.Arrays.asList(FL_LOG_LIGHT_JAVA_FIELDS.split(","));
    
    /** Field java types of the fl_log_light table. */
    public static final Class[] FL_LOG_LIGHT_FIELD_TYPES = new Class[]{
        Integer.class,
        Integer.class,
        String.class,
        Integer.class,
        String.class,
        Integer.class,
        Integer.class,
        java.util.Date.class,
        Integer.class,
        Double.class,
        String.class,
        String.class};
    /** Field size of the fl_log_light table. */
    public static final int[] FL_LOG_LIGHT_FIELD_SIZES = new int[]{
        10,
        10,
        32,
        3,
        32,
        10,
        3,
        19,
        10,
        4,
        32,
        65535};
    /** Field SQL types of the fl_log_light table. */
    public static final int[] FL_LOG_LIGHT_FIELD_SQL_TYPES = new int[]{
        4/*Types.INTEGER*/,
        4/*Types.INTEGER*/,
        12/*Types.VARCHAR*/,
        -6/*Types.TINYINT*/,
        12/*Types.VARCHAR*/,
        4/*Types.INTEGER*/,
        -6/*Types.TINYINT*/,
        93/*Types.TIMESTAMP*/,
        4/*Types.INTEGER*/,
        8/*Types.DOUBLE*/,
        1/*Types.CHAR*/,
        -1/*Types.LONGVARCHAR*/};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy