Class:TextType - Superclass: Type Type
⌊ TextType
public class TextType
extends Type
Fields inherited from Doctrine\DBAL\Types\Type | |
---|---|
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME |
Method Summary | |
---|---|
string | getName() Gets the name of this type. |
void | getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) @override |
Methods inherited from Doctrine\DBAL\Types\Type | |
---|---|
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType |
public string getName()
Gets the name of this type.
public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)
Type that maps an SQL CLOB to a PHP string.