java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sql.QSqlRelation
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSqlRelation extends QtObject implements Cloneable
Stores information about an SQL foreign key
Java wrapper for Qt class QSqlRelation
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSqlRelation()
protected
QSqlRelation(QtObject.QPrivateConstructor p)
Constructor for internal use only.QSqlRelation(String aTableName, String indexCol, String displayCol)
-
Method Summary
Modifier and Type Method Description QSqlRelation
clone()
String
displayColumn()
String
indexColumn()
boolean
isValid()
void
swap(QSqlRelation other)
String
tableName()
-
Constructor Details
-
QSqlRelation
public QSqlRelation() -
QSqlRelation
-
QSqlRelation
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details