_ZNK9QSqlField6typeIDEv

Name

QSqlField::typeID -- get the type identifier for the field

Synopsis


#include <QtSql/qsqlfield.h>

int QSqlField::typeID(void);

Description

The QSqlField::typeID() function shall return the type ID for the field represented by the calling object.

If the returned value is negative, it means that the information is not available from the database.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.