java.lang.Object
io.qt.QtObject
io.qt.sql.QSqlRelation
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about an SQL foreign key
Java wrapper for Qt class QSqlRelation
-
Constructor Summary
ConstructorDescriptionQSqlRelation
(QSqlRelation other) SeeQSqlRelation::
QSqlRelation(QSqlRelation) QSqlRelation
(String aTableName, String indexCol, String displayCol) -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSqlRelation
public QSqlRelation() -
QSqlRelation
See
QSqlRelation::
QSqlRelation(QSqlRelation) - Parameters:
other
-
-
QSqlRelation
- Parameters:
aTableName
-indexCol
-displayCol
-
-
-
Method Details