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
ModifierConstructorDescriptionQSqlRecord
(QSqlRecord other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionvoid
final void
assign
(QSqlRecord other) final void
clear()
final void
clone()
final boolean
final int
count()
boolean
Used 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 QSqlField
field
(int i) final QSqlField
final String
fieldName
(int i) int
hashCode()
final int
final void
final boolean
isEmpty()
final boolean
isGenerated
(int i) final boolean
isGenerated
(String name) final boolean
isNull
(int i) final boolean
final QSqlRecord
keyValues
(QSqlRecord keyFields) final void
remove
(int pos) final void
final void
setGenerated
(int i, boolean generated) final void
setGenerated
(String name, boolean generated) final void
setNull
(int i) final void
final void
final void
toString()
final Object
value
(int i) final Object
Methods 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
-
assign
-
remove
-
replace
-
setGenerated
-
setGenerated
-
setNull
-
setNull
-
setValue
-
setValue
-
value
-
value
-
equals
Description copied from class:QtObject
Used 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
-