eu.bootstrep.Variables
Class Variables

java.lang.Object
  extended by eu.bootstrep.Variables.Variables

Deprecated.

public class Variables
extends java.lang.Object

This class contains global variables.


Field Summary
static java.lang.String excPrefix
          Deprecated. Exception prefix
static java.lang.Boolean hasId
          Deprecated.  
static java.lang.String lYesNo
          Deprecated.  
static java.util.ArrayList<java.lang.String> stgExceptionFiles
          Deprecated.  
static java.util.ArrayList<java.lang.String> tgtExceptionFiles
          Deprecated.  
static java.util.ArrayList<java.lang.String> tgtFiles
          Deprecated.  
static java.util.ArrayList<java.lang.String> tgtInsert
          Deprecated.  
static java.util.ArrayList<java.lang.String> tgtTables
          Deprecated.  
static java.lang.Boolean xmlFileExists
          Deprecated.  
 
Constructor Summary
Variables()
          Deprecated. Creates a new instance of Variables
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stgExceptionFiles

public static java.util.ArrayList<java.lang.String> stgExceptionFiles
Deprecated. 

This list contains the exception tables for staging tables.
Exception tables contains invalid data. They are automatically loaded by the database engine when an invalid data is loaded into staging tables.
The use of this list is deprecated. The management of exception tables is addressed by the database engine, when available.
For instance, the MySQL database does not implement the exception tables


tgtTables

public static java.util.ArrayList<java.lang.String> tgtTables
Deprecated. 
This list contains target tables


tgtFiles

public static java.util.ArrayList<java.lang.String> tgtFiles
Deprecated. 
This list contains input files that contain data for target tables


tgtInsert

public static java.util.ArrayList<java.lang.String> tgtInsert
Deprecated. 
This list contains instructions to load target tables


tgtExceptionFiles

public static java.util.ArrayList<java.lang.String> tgtExceptionFiles
Deprecated. 

This list contains the exception tables for target tables.
Exception tables contains invalid data. They are automatically loaded by the database engine when an invalid data is loaded into target tables.
The use of this list is deprecated. The management of exception tables is addressed by the database engine, when available.
For instance, the MySQL database does not implement the exception tables


lYesNo

public static java.lang.String lYesNo
Deprecated. 
The use of this string is deprecated. This string is related to...


xmlFileExists

public static java.lang.Boolean xmlFileExists
Deprecated. 
A boolean indicating whether the XML input file exists.


hasId

public static java.lang.Boolean hasId
Deprecated. 
A boolean indicating whether the XML element has an own identifier


excPrefix

public static java.lang.String excPrefix
Deprecated. 
Exception prefix

Constructor Detail

Variables

public Variables()
Deprecated. 
Creates a new instance of Variables