org.kde.qt
Class QSql

java.lang.Object
  extended by org.kde.qt.QSql
All Implemented Interfaces:
QtSupport

public class QSql
extends java.lang.Object
implements QtSupport


Field Summary
static int AfterLast
           
static int AllTables
           
static int BeforeFirst
           
static int Cancel
           
static int Delete
           
static int In
           
static int InOut
           
static int Insert
           
static int No
           
static int None
           
static int Out
           
static int SystemTables
           
static int Tables
           
static int Update
           
static int Views
           
static int Yes
           
 
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
 

Field Detail

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
Constructor Detail

QSql

protected QSql(java.lang.Class dummy)

QSql

public QSql()
Method Detail

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?