org.kde.qt
Class QSql
java.lang.Object
org.kde.qt.QSql
- All Implemented Interfaces:
- QtSupport
public class QSql
- extends java.lang.Object
- implements QtSupport
Constructor Summary |
|
QSql()
|
protected |
QSql(java.lang.Class dummy)
|
Method Summary |
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
None
public static final int None
- See Also:
- Constant Field Values
Insert
public static final int Insert
- See Also:
- Constant Field Values
Update
public static final int Update
- See Also:
- Constant Field Values
Delete
public static final int Delete
- See Also:
- Constant Field Values
BeforeFirst
public static final int BeforeFirst
- See Also:
- Constant Field Values
AfterLast
public static final int AfterLast
- See Also:
- Constant Field Values
Cancel
public static final int Cancel
- See Also:
- Constant Field Values
No
public static final int No
- See Also:
- Constant Field Values
Yes
public static final int Yes
- See Also:
- Constant Field Values
In
public static final int In
- See Also:
- Constant Field Values
Out
public static final int Out
- See Also:
- Constant Field Values
InOut
public static final int InOut
- See Also:
- Constant Field Values
Tables
public static final int Tables
- See Also:
- Constant Field Values
SystemTables
public static final int SystemTables
- See Also:
- Constant Field Values
Views
public static final int Views
- See Also:
- Constant Field Values
AllTables
public static final int AllTables
- See Also:
- Constant Field Values
QSql
protected QSql(java.lang.Class dummy)
QSql
public QSql()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?