|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QSql.Location>
com.trolltech.qt.sql.QSql.Location
public static enum QSql.Location
This enum type describes special SQL navigation locations.
Constant | Value | Description |
---|---|---|
BeforeFirstRow | -1 | Before the first record. |
AfterLastRow | -2 | After the last record. |
Enum Constant Summary | |
---|---|
AfterLastRow
After the last record. |
|
BeforeFirstRow
Before the first record. |
Method Summary | |
---|---|
static QSql.Location |
resolve(int value)
|
int |
value()
|
static QSql.Location |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QSql.Location[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QSql.Location BeforeFirstRow
Before the first record.
public static final QSql.Location AfterLastRow
After the last record.
Method Detail |
---|
public static final QSql.Location[] values()
for(QSql.Location c : QSql.Location.values()) System.out.println(c);
public static QSql.Location valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
value
in interface QtEnumerator
public static QSql.Location resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |