public class WriteMode extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static WriteMode | APPENDWriteMode which appends to an existing table. | 
| static WriteMode | CREATEWriteMode which creates a new database table before writing. | 
| static WriteMode | DROP_CREATEWriteMode 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 © 2025 Central Laboratory of the Research Councils. All Rights Reserved.