public enum EFindSqlStateType extends Enum<EFindSqlStateType>
Enum Constant and Description |
---|
stblock |
stBTEQCmd |
sterror |
stExec |
stFastExportCmd |
stFastLoadCmd |
stMultiLoadCmd |
stnormal |
stsql |
stsqlplus |
ststoredprocedure |
ststoredprocedurebody |
sttrycatch |
Modifier and Type | Method and Description |
---|---|
static EFindSqlStateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFindSqlStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFindSqlStateType stnormal
public static final EFindSqlStateType stsqlplus
public static final EFindSqlStateType stsql
public static final EFindSqlStateType ststoredprocedure
public static final EFindSqlStateType sterror
public static final EFindSqlStateType stblock
public static final EFindSqlStateType sttrycatch
public static final EFindSqlStateType ststoredprocedurebody
public static final EFindSqlStateType stExec
public static final EFindSqlStateType stBTEQCmd
public static final EFindSqlStateType stMultiLoadCmd
public static final EFindSqlStateType stFastExportCmd
public static final EFindSqlStateType stFastLoadCmd
public static EFindSqlStateType[] values()
for (EFindSqlStateType c : EFindSqlStateType.values()) System.out.println(c);
public static EFindSqlStateType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.