java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sql.QSqlField
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Manipulates the fields in SQL database tables and views
Java wrapper for Qt class QSqlField
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionOverloaded constructor forQSqlField(java.lang.String, io.qt.core.QVariant.Type)protectedConstructor for internal use only.Overloaded constructor forQSqlField(java.lang.String, io.qt.core.QVariant.Type)withtype = io.qt.core.QVariant.Type.Invalid.QSqlField(String fieldName, QVariant.Type type) QSqlField(String fieldName, QVariant.Type type, String tableName) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclear()clone()final ObjectbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanfinal booleanfinal booleanisNull()final booleanfinal booleanisValid()final intlength()final Stringname()final intfinal QSqlField.RequiredStatusfinal voidsetAutoValue(boolean autoVal) final voidsetDefaultValue(Object value) final voidsetGenerated(boolean gen) final voidsetLength(int fieldLength) final voidfinal voidsetPrecision(int precision) final voidsetReadOnly(boolean readOnly) final voidsetRequired(boolean required) final voidfinal voidsetSqlType(int type) final voidsetTableName(String tableName) final voidsetType(QVariant.Type type) final voidfinal StringtoString()final QVariant.Typetype()final inttypeID()final Objectvalue()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSqlField
-
QSqlField
Overloaded constructor for
QSqlField(java.lang.String, io.qt.core.QVariant.Type)withtype = io.qt.core.QVariant.Type.Invalid. -
QSqlField
public QSqlField()Overloaded constructor for
QSqlField(java.lang.String, io.qt.core.QVariant.Type)with:
fieldName = ""type = io.qt.core.QVariant.Type.Invalid
-
QSqlField
-
QSqlField
-
QSqlField
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
clear
-
defaultValue
-
isAutoValue
-
isGenerated
-
isNull
-
isReadOnly
-
isValid
-
length
-
name
-
precision
-
requiredStatus
-
setAutoValue
-
setDefaultValue
-
setGenerated
-
setLength
-
setName
-
setPrecision
-
setReadOnly
-
setRequired
-
setRequiredStatus
-
setSqlType
-
setTableName
-
setType
-
setValue
-
tableName
-
type
-
typeID
-
value
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-