class PropelColumnTypes
Enumeration of Propel types.
THIS CLASS MUST BE KEPT UP-TO-DATE WITH THE MORE EXTENSIVE GENERATOR VERSION OF THIS CLASS.
Constants
CHAR |
|
VARCHAR |
|
LONGVARCHAR |
|
CLOB |
|
CLOB_EMU |
|
NUMERIC |
|
DECIMAL |
|
TINYINT |
|
SMALLINT |
|
INTEGER |
|
BIGINT |
|
REAL |
|
FLOAT |
|
DOUBLE |
|
BINARY |
|
VARBINARY |
|
LONGVARBINARY |
|
BLOB |
|
DATE |
|
TIME |
|
TIMESTAMP |
|
BU_DATE |
|
BU_TIMESTAMP |
|
BOOLEAN |
|
BOOLEAN_EMU |
|
OBJECT |
|
PHP_ARRAY |
|
ENUM |
|
Methods
static int |
getPdoType(string $propelType)
Resturns the PDO type (PDO::PARAM_* constant) value for the Propel type provided. |
Details
at line 89
static public int
getPdoType(string $propelType)
Resturns the PDO type (PDO::PARAM_* constant) value for the Propel type provided.