org.kde.qt
Class QSqlField

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

public class QSqlField
extends java.lang.Object
implements QtSupport


Constructor Summary
  QSqlField()
           
protected QSqlField(java.lang.Class dummy)
           
  QSqlField(QSqlField other)
           
  QSqlField(java.lang.String fieldName)
           
  QSqlField(java.lang.String fieldName, int type)
           
 
Method Summary
 void clear()
           
 void clear(boolean nullify)
           
 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?
 boolean isNull()
           
 boolean isReadOnly()
           
 java.lang.String name()
           
 boolean op_equals(QSqlField other)
           
 void setName(java.lang.String name)
           
 void setNull()
           
 void setReadOnly(boolean readOnly)
           
 void setValue(QVariant value)
           
 int type()
           
 QVariant value()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QSqlField

protected QSqlField(java.lang.Class dummy)

QSqlField

public QSqlField(java.lang.String fieldName,
                 int type)

QSqlField

public QSqlField(java.lang.String fieldName)

QSqlField

public QSqlField()

QSqlField

public QSqlField(QSqlField other)
Method Detail

op_equals

public boolean op_equals(QSqlField other)

setValue

public void setValue(QVariant value)

value

public QVariant value()

setName

public void setName(java.lang.String name)

name

public java.lang.String name()

setNull

public void setNull()

isNull

public boolean isNull()

setReadOnly

public void setReadOnly(boolean readOnly)

isReadOnly

public boolean isReadOnly()

clear

public void clear(boolean nullify)

clear

public void clear()

type

public int type()

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?