java.lang.Object
io.qt.QtObject
io.qt.sql.QSqlRecord
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Direct Known Subclasses:
QSqlIndex
Encapsulates a database record
Java wrapper for Qt's 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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-