string getNativeType(
int
$creoleType)
|
|
This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
If there is more than one matching native type, then the LAST defined native type will be returned.
Tags:
Overrides
CreoleTypes::getNativeType() (This method will return a native type that corresponds to the specified Creole (JDBC-like) type.)
Parameters:
int getType(
string
$nativeType)
|
|
This method returns the generic Creole (JDBC-like) type when given the native db type.
Tags:
Overrides
CreoleTypes::getType() (This method returns the generic Creole (JDBC-like) type when given the native db type.)
Parameters:
void loadTypeMap(
[mixed
$conn = null])
|
|
Loads the map of ODBC data types to Creole (JDBC) types.
NOTE: This function cannot map DBMS-specific datatypes. If you use a driver which implements DBMS-specific datatypes, you will need to modify/extend this class to add the correct mapping.
Tags: