public final class GeneratedKeysMode extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AUTO
Generated keys should be configured automatically.
|
static int |
COLUMN_NAMES
Use specified column names to return generated keys from.
|
static int |
COLUMN_NUMBERS
Use specified column indices to return generated keys from.
|
static int |
NONE
Generated keys are not needed.
|
public static final int NONE
public static final int AUTO
public static final int COLUMN_NUMBERS
public static final int COLUMN_NAMES
public static int valueOf(Object generatedKeysRequest)
generatedKeysRequest - null or false if generated keys are not
needed, true if generated keys should be configured
automatically, int[] to specify column indices to
return generated keys from, or String[] to specify
column names to return generated keys fromCopyright © 2022. All rights reserved.