public class WriteMode
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|---|
static WriteMode[] |
getAllModes() |
Returns an array of all known write modes.
|
java.lang.String |
getDescription() |
Returns a short description of this mode's operation.
|
java.lang.String |
toString() |
Returns this mode's name.
|
public static final WriteMode CREATE
public static final WriteMode DROP_CREATE
public static final WriteMode APPEND
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
public static WriteMode[] getAllModes()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.