public class InterpolateTables extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InterpolateTables.INTERPOLATIONFUNCTIONS |
| Modifier and Type | Field and Description |
|---|---|
protected org.hibernate.SessionFactory |
referencedbConnection |
static String |
selectDestElementsQuery |
static String |
selectElementsQuery |
float |
status |
protected String |
temporaryDirectory |
| Constructor and Description |
|---|
InterpolateTables(String configPath,
String persistencePath,
String databaseURL,
String databaseUserName,
String databasePassword) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getInterpolatedTables() |
float |
getStatus() |
void |
interpolate(String table1,
String table2,
int intervals,
InterpolateTables.INTERPOLATIONFUNCTIONS function,
int startYear,
int endYear) |
static void |
main(String[] args) |
protected String temporaryDirectory
public static String selectElementsQuery
public static String selectDestElementsQuery
public float status
protected org.hibernate.SessionFactory referencedbConnection
public String[] getInterpolatedTables()
public void interpolate(String table1, String table2, int intervals, InterpolateTables.INTERPOLATIONFUNCTIONS function, int startYear, int endYear) throws Exception
Exceptionpublic float getStatus()
Copyright © 2015. All Rights Reserved.