java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sql.QSqlRecord
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Direct Known Subclasses:
QSqlIndex
Encapsulates a database record
Java wrapper for Qt class QSqlRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only.QSqlRecord(QSqlRecord other) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voidclear()final voidclone()final booleanfinal intcount()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QSqlFieldfield(int i) final QSqlFieldfinal StringfieldName(int i) inthashCode()final intfinal voidfinal booleanisEmpty()final booleanisGenerated(int i) final booleanisGenerated(String name) final booleanisNull(int i) final booleanfinal QSqlRecordkeyValues(QSqlRecord keyFields) final voidremove(int pos) final voidfinal voidsetGenerated(int i, boolean generated) final voidsetGenerated(String name, boolean generated) final voidsetNull(int i) final voidfinal voidfinal voidtoString()final Objectvalue(int i) final ObjectMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSqlRecord
public QSqlRecord() -
QSqlRecord
-
QSqlRecord
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
append
-
clear
-
clearValues
-
contains
-
count
-
field
-
field
-
fieldName
-
indexOf
-
insert
-
isEmpty
-
isGenerated
-
isGenerated
-
isNull
-
isNull
-
keyValues
-
remove
-
replace
-
setGenerated
-
setGenerated
-
setNull
-
setNull
-
setValue
-
setValue
-
value
-
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
-