+ (NSString*)typeAsText:(char)c;
Static function typeAsText() returns a name of field type.
You can use it together with fieldType().
You can use it together with fieldType().
{
// your code
NSLog( @"%@", [cdbfapi typeAsText:'N'] );
// your code
}