- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Manipulates the fields in SQL database tables and views
Java wrapper for Qt class QSqlField
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)
Overloaded constructor forQSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)
Overloaded constructor forQSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)
withtableName = (String)null
.QSqlField
(String fieldName, QVariant.Type type) Deprecated.Use the constructor using a QMetaType insteadQSqlField
(String fieldName, QVariant.Type type, String tableName) Deprecated.Use the constructor using a QMetaType instead -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
clear()
clone()
Creates and returns a copy of this object.final Object
final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QSqlField)
.final boolean
final boolean
final boolean
isNull()
final boolean
final boolean
isValid()
final int
length()
final QMetaType
metaType()
final String
name()
final int
final QSqlField.RequiredStatus
final void
setAutoValue
(boolean autoVal) final void
setDefaultValue
(Object value) final void
setGenerated
(boolean gen) final void
setLength
(int fieldLength) final void
setMetaType
(QMetaType type) final void
final void
setPrecision
(int precision) final void
setReadOnly
(boolean readOnly) final void
setRequired
(boolean required) final void
final void
setSqlType
(int type) SeeQSqlField::
setSqlType(int) final void
setTableName
(String tableName) final void
setType
(QVariant.Type type) Deprecated.UsesetMetaType(io.qt.core.QMetaType)
insteadfinal void
final void
final String
toString()
Seeoperator<<(QDebug,
QSqlField) final QVariant.Type
type()
Deprecated.UsemetaType()
insteadfinal int
typeID()
SeeQSqlField::
typeID()const final Object
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSqlField
-
QSqlField
See
QSqlField::
QSqlField(QString, QMetaType, QString) This function was introduced in Qt 6.0.
-
QSqlField
Deprecated.Use the constructor using a QMetaType insteadSee
QSqlField::
QSqlField(QString, QVariant::Type, QString) -
QSqlField
Overloaded constructor for
QSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)
withtableName = (String)null
. -
QSqlField
Overloaded constructor for
QSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)
with:
type = new io.qt.core.QMetaType()
tableName = (String)null
-
QSqlField
public QSqlField()Overloaded constructor for
QSqlField(java.lang.String, io.qt.core.QMetaType, java.lang.String)
with:
fieldName = (String)null
type = new io.qt.core.QMetaType()
tableName = (String)null
-
QSqlField
Deprecated.Use the constructor using a QMetaType insteadOverloaded constructor for
QSqlField(java.lang.String, io.qt.core.QVariant.Type, java.lang.String)
withtableName = (String)null
.
-
-
Method Details
-
clear
-
defaultValue
-
isAutoValue
-
isGenerated
-
isNull
-
isReadOnly
-
isValid
-
length
-
metaType
-
name
-
assign
-
equals
-
precision
-
requiredStatus
-
setAutoValue
-
setDefaultValue
-
setGenerated
-
setLength
-
setMetaType
-
setName
-
setPrecision
-
setReadOnly
-
setRequired
-
setRequiredStatus
-
setSqlType
See
QSqlField::
setSqlType(int) -
setTableName
-
setType
Deprecated.UsesetMetaType(io.qt.core.QMetaType)
insteadSee
QSqlField::
setType(QVariant::Type) -
setValue
-
swap
See
QSqlField::
swap(QSqlField&) This function was introduced in Qt 6.6.
-
tableName
-
type
Deprecated.UsemetaType()
insteadSee
QSqlField::
type()const -
typeID
See
QSqlField::
typeID()const -
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QSqlField)
. -
toString
See
operator<<(QDebug,
QSqlField) -
clone
Creates and returns a copy of this object.
-