ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:actualtype

This is an old revision of the document!


actualType

See Also

metaType()

Syntax
string actualType(
    string $metaType
)

Description

The method actualType() returns the database specific data type for a given metaType. The returned values varies from one database to another.

Usage

<code php> /* * Example connection to MySQL database */

$t = $db→metaType('I4');

v5/dictionary/actualtype.1440633975.txt.gz · Last modified: 2017/04/21 11:29 (external edit)