Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QSql Namespace

The QSql namespace contains miscellaneous identifiers used throughout the Qt SQL library. More...

 #include <QtSql>

Types

enum Location { BeforeFirstRow, AfterLastRow }
enum NumericalPrecisionPolicy { LowPrecisionInt32, LowPrecisionInt64, LowPrecisionDouble, HighPrecision }
flags ParamType
enum ParamTypeFlag { In, Out, InOut, Binary }
enum TableType { Tables, SystemTables, Views, AllTables }

Detailed Description

The QSql namespace contains miscellaneous identifiers used throughout the Qt SQL library.

See also Qt SQL Module.

Type Documentation

enum QSql::Location

This enum type describes special SQL navigation locations:

ConstantValueDescription
QSql::BeforeFirstRow-1Before the first record.
QSql::AfterLastRow-2After the last record.

See also QSqlQuery::at().

enum QSql::NumericalPrecisionPolicy

This enum type describes at which precision levels numercial values are read from a database.

Some databases support numerical values with a precision that is not storable in a C++ basic data type. The default behavior is to bind these values as a QString. This enum can be used to override this behavior.

ConstantValueDescription
QSql::LowPrecisionInt320x01Force 32bit integer values. In case of floating point numbers, the fractional part is silently discarded.
QSql::LowPrecisionInt640x02Force 64bit integer values. In case of floating point numbers, the fractional part is silently discarded.
QSql::LowPrecisionDouble0x04Force double values.
QSql::HighPrecision0The default behavior - try to preserve maximum precision.

Note: The actual behaviour if an overflow occurs is driver specific. The Oracle database just returns an error in this case.

enum QSql::ParamTypeFlag
flags QSql::ParamType

This enum is used to specify the type of a bind parameter.

ConstantValueDescription
QSql::In0x00000001The bind parameter is used to put data into the database.
QSql::Out0x00000002The bind parameter is used to receive data from the database.
QSql::InOutIn | OutThe bind parameter is used to put data into the database; it will be overwritten with output data on executing a query.
QSql::Binary0x00000004This must be OR'd with one of the other flags if you want to indicate that the data being transferred is raw binary data.

The ParamType type is a typedef for QFlags<ParamTypeFlag>. It stores an OR combination of ParamTypeFlag values.

enum QSql::TableType

This enum type describes types of SQL tables.

ConstantValueDescription
QSql::Tables0x01All the tables visible to the user.
QSql::SystemTables0x02Internal tables used by the database.
QSql::Views0x04All the views visible to the user.
QSql::AllTables0xffAll of the above.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web