public enum SqlJetPagerState extends java.lang.Enum<SqlJetPagerState>
Enum Constant and Description |
---|
EXCLUSIVE |
RESERVED |
SHARED |
SYNCED |
UNLOCK |
Modifier and Type | Method and Description |
---|---|
SqlJetLockType |
getLockType() |
static SqlJetPagerState |
getPagerState(SqlJetLockType lockType) |
static SqlJetPagerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqlJetPagerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlJetPagerState UNLOCK
public static final SqlJetPagerState SHARED
public static final SqlJetPagerState RESERVED
public static final SqlJetPagerState EXCLUSIVE
public static final SqlJetPagerState SYNCED
public static SqlJetPagerState[] values()
for (SqlJetPagerState c : SqlJetPagerState.values()) System.out.println(c);
public static SqlJetPagerState 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 namejava.lang.NullPointerException
- if the argument is nullpublic SqlJetLockType getLockType()
public static SqlJetPagerState getPagerState(SqlJetLockType lockType)
lockType
- Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.