|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.table.jdbc.WriteMode
public class WriteMode
Defines how records are written to a database table.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final WriteMode CREATE
public static final WriteMode DROP_CREATE
public static final WriteMode APPEND
| Method Detail |
|---|
public String getDescription()
public String toString()
toString in class Objectpublic static WriteMode[] getAllModes()
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||