public enum SqlJetIOErrorCode extends java.lang.Enum<SqlJetIOErrorCode>
SqlJetErrorCode.IOERR
Enum Constant and Description |
---|
IOERR_ACCESS |
IOERR_BLOCKED |
IOERR_CHECKRESERVEDLOCK |
IOERR_DELETE |
IOERR_DIR_FSYNC |
IOERR_FSTAT |
IOERR_FSYNC |
IOERR_LOCK |
IOERR_NOMEM |
IOERR_RDLOCK |
IOERR_READ |
IOERR_SHORT_READ |
IOERR_TRUNCATE |
IOERR_UNLOCK |
IOERR_WRITE |
Modifier and Type | Method and Description |
---|---|
static SqlJetIOErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqlJetIOErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlJetIOErrorCode IOERR_READ
public static final SqlJetIOErrorCode IOERR_SHORT_READ
public static final SqlJetIOErrorCode IOERR_WRITE
public static final SqlJetIOErrorCode IOERR_FSYNC
public static final SqlJetIOErrorCode IOERR_DIR_FSYNC
public static final SqlJetIOErrorCode IOERR_TRUNCATE
public static final SqlJetIOErrorCode IOERR_FSTAT
public static final SqlJetIOErrorCode IOERR_UNLOCK
public static final SqlJetIOErrorCode IOERR_RDLOCK
public static final SqlJetIOErrorCode IOERR_DELETE
public static final SqlJetIOErrorCode IOERR_BLOCKED
public static final SqlJetIOErrorCode IOERR_NOMEM
public static final SqlJetIOErrorCode IOERR_ACCESS
public static final SqlJetIOErrorCode IOERR_CHECKRESERVEDLOCK
public static final SqlJetIOErrorCode IOERR_LOCK
public static SqlJetIOErrorCode[] values()
for (SqlJetIOErrorCode c : SqlJetIOErrorCode.values()) System.out.println(c);
public static SqlJetIOErrorCode 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 nullCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.