Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QSqlField
This is the complete list of members for
QSqlField
, including inherited members.
enum
State
QSqlField
( const QString &
fieldName
= QString(), QCoreVariant::Type
type
= QCoreVariant::Invalid )
QSqlField
( const QSqlField &
other
)
~QSqlField
()
void
clear
()
QCoreVariant
defaultValue
() const
State
isAutoGenerated
() const
bool
isNull
() const
bool
isReadOnly
() const
State
isRequired
() const
bool
isValid
() const
int
length
() const
QString
name
() const
int
precision
() const
void
setAutoGenerated
( State
autogen
)
void
setAutoGenerated
( bool
autogen
)
void
setDefaultValue
( const QCoreVariant &
value
)
void
setLength
( int
fieldLength
)
void
setName
( const QString &
name
)
void
setPrecision
( int
precision
)
void
setReadOnly
( bool
readOnly
)
void
setRequired
( State
required
)
void
setRequired
( bool
required
)
void
setType
( QCoreVariant::Type
type
)
void
setValue
( const QCoreVariant &
value
)
QCoreVariant::Type
type
() const
QCoreVariant
value
() const
QSqlField &
operator=
( const QSqlField &
other
)
bool
operator==
( const QSqlField &
other
) const
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp1