org.kde.qt
public class QSqlField extends Object implements QtSupport
Constructor Summary | |
---|---|
protected | QSqlField(Class dummy) |
QSqlField(String fieldName, int type) | |
QSqlField(String fieldName) | |
QSqlField() | |
QSqlField(QSqlField other) |
Method Summary | |
---|---|
void | clear(boolean nullify) |
void | clear() |
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() |
String | name() |
boolean | op_equals(QSqlField other) |
void | setName(String name) |
void | setNull() |
void | setReadOnly(boolean readOnly) |
void | setValue(QVariant value) |
int | type() |
QVariant | value() |