ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v6:reference:adodb_default_actualtype

ADOConnectionDefinitions::defaultActualType

Data Type
String
Default Value
VARCHAR

The class variable $defaultActualType controls the returned actualtype of an unknown field type . The default value for this variable is 'VARCHAR'.


Example

$acd = new \ADOdb\ADOConnectionDefinitions;
 
$acd->defaultActualType = 'INTEGER';
v6/reference/adodb_default_actualtype.txt · Last modified: by 127.0.0.1