public class WriteMode extends Object
Modifier and Type | Field and Description |
---|---|
static WriteMode |
APPEND
WriteMode which appends to an existing table.
|
static WriteMode |
CREATE
WriteMode which creates a new database table before writing.
|
static WriteMode |
DROP_CREATE
WriteMode which creates a new database table before writing.
|
Modifier and Type | Method and Description |
---|---|
static WriteMode[] |
getAllModes()
Returns an array of all known write modes.
|
String |
getDescription()
Returns a short description of this mode's operation.
|
String |
toString()
Returns this mode's name.
|
public static final WriteMode CREATE
public static final WriteMode DROP_CREATE
public static final WriteMode APPEND
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.