public class GenericWrapperUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACT_EXT_FUNCTION |
static String |
ACT_FUNCTION |
static org.apache.log4j.Logger |
logger |
static String |
TXT_EXT_FUNCTION |
static String |
TXT_FUNCTION |
Constructor and Description |
---|
GenericWrapperUtils() |
Modifier and Type | Method and Description |
---|---|
static ArrayList |
GetActivateFunctions(GenericWrapperElement input) |
static List |
GetAlterTableStatements(GenericWrapperElement input)
Generates ALTER TABLE SQL statements for this element.
|
static List |
GetAlterTableStatements(XFTManyToManyReference input)
Generates ALTER TABLE SQL statements for this element.
|
static StringBuffer |
GetCreateStatement(GenericWrapperElement input)
Generates the CREATE TABLE SQL statement for this element.
|
static StringBuffer |
GetCreateStatement(XFTManyToManyReference input)
Generates the CREATE TABLE SQL statement for this XFTManyToManyReference.
|
static Collection<String> |
GetExtensionTables() |
static List<String> |
GetFunctionSQL() |
static List<String> |
GetFunctionStatements(GenericWrapperElement input) |
static List<String> |
GetTextOutputFunctions(GenericWrapperElement input) |
static ArrayList |
GetUpdateFunctions(GenericWrapperElement input) |
public static org.apache.log4j.Logger logger
public static final String TXT_FUNCTION
public static final String TXT_EXT_FUNCTION
public static final String ACT_FUNCTION
public static final String ACT_EXT_FUNCTION
public static StringBuffer GetCreateStatement(GenericWrapperElement input)
input
- public static StringBuffer GetCreateStatement(XFTManyToManyReference input) throws XFTInitException
input
- XFTInitException
public static List<String> GetTextOutputFunctions(GenericWrapperElement input) throws ElementNotFoundException, XFTInitException
public static ArrayList GetActivateFunctions(GenericWrapperElement input) throws ElementNotFoundException, XFTInitException
input
- ElementNotFoundException
XFTInitException
public static ArrayList GetUpdateFunctions(GenericWrapperElement input) throws ElementNotFoundException, XFTInitException
public static List<String> GetFunctionStatements(GenericWrapperElement input) throws ElementNotFoundException, XFTInitException, Exception
public static List GetAlterTableStatements(GenericWrapperElement input) throws ElementNotFoundException, XFTInitException
input
- ElementNotFoundException
XFTInitException
public static List GetAlterTableStatements(XFTManyToManyReference input) throws XFTInitException
input
- XFTInitException
public static Collection<String> GetExtensionTables()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.