Name

type_conv

Synopsis

Maps MySQL types from strings to the desired mapping type. This value is initialized with:

{ FIELD_TYPE.TINY : int,
FIELD_TYPE.SHORT: int,
FIELD_TYPE.LONG: long,
FIELD_TYPE.FLOAT: float,
FIELD_TYPE.DOUBLE: float,
FIELD_TYPE.LONGLONG: long,
FIELD_TYPE.INT24: int,
FIELD_TYPE.YEAR: int }
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset