org.h2gis.h2spatialapi
Enum DriverFunction.IMPORT_DRIVER_TYPE

java.lang.Object
  extended by java.lang.Enum<DriverFunction.IMPORT_DRIVER_TYPE>
      extended by org.h2gis.h2spatialapi.DriverFunction.IMPORT_DRIVER_TYPE
All Implemented Interfaces:
Serializable, Comparable<DriverFunction.IMPORT_DRIVER_TYPE>
Enclosing interface:
DriverFunction

public static enum DriverFunction.IMPORT_DRIVER_TYPE
extends Enum<DriverFunction.IMPORT_DRIVER_TYPE>

A linked table is created instantly but work only if the DataBase is local. A copy will transfer Data from the File to the remote/local database and the database content will not be synced with the file.


Enum Constant Summary
COPY
           
LINK
           
 
Method Summary
static DriverFunction.IMPORT_DRIVER_TYPE valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DriverFunction.IMPORT_DRIVER_TYPE[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LINK

public static final DriverFunction.IMPORT_DRIVER_TYPE LINK

COPY

public static final DriverFunction.IMPORT_DRIVER_TYPE COPY
Method Detail

values

public static DriverFunction.IMPORT_DRIVER_TYPE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DriverFunction.IMPORT_DRIVER_TYPE c : DriverFunction.IMPORT_DRIVER_TYPE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DriverFunction.IMPORT_DRIVER_TYPE valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.