java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sql.QSqlRelation
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Stores information about an SQL foreign key
Java wrapper for Qt's class QSqlRelation
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQSqlRelation(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.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
-
QSqlRelation
protected QSqlRelation(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details