ArrayType
Type that maps a PHP array to a clob SQL type.
- Type
- ArrayType
public
|
#
getSqlDeclaration( array $fieldDeclaration,
Gets the SQL declaration snippet for a field of this type. |
public
mixed
|
#
convertToDatabaseValue( mixed $value,
Converts a value from its PHP representation to its database representation of this type. |
public
mixed
|
#
convertToPHPValue( mixed $value,
Converts a value from its database representation to its PHP representation of this type. |
public
string
|
__construct(),
addType(),
getDefaultLength(),
getType(),
getTypeCode(),
hasType(),
overrideType()
|
$_typeObjects
|