Class CodeTableConstants
java.lang.Object
edu.suffolk.litlab.efsp.tyler.ecfcodes.CodeTableConstants
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCreateIndex(String tableName) static StringgetCreateTable(String tableName) static Stringstatic StringgetDeleteAllCourtsFrom(String tableName) static StringgetDeleteFrom(String tableName) static Stringstatic StringgetInsertInto(String tableName) static Stringstatic Stringstatic Stringstatic Stringstatic StringgetTableColumns(String tableName) getTableColumnsWithType(String tableName) static StringgetZipNameFromTable(String tableName) static booleanisCourtTable(String tableName) static Stringstatic booleantableHasLocation(String tableName) static Stringstatic String
-
Constructor Details
-
CodeTableConstants
public CodeTableConstants()
-
-
Method Details
-
getZipNameFromTable
-
getTableColumns
-
getTableColumnsWithType
-
isCourtTable
-
updateVersion
-
needToUpdateVersion
-
getCaseSubtypesFor
-
getProcedureOrRemedy
-
getMotionTypes
-
getSpecificStatesForCountryForLoc
-
getFilingStatuses
-
getLanguages
-
getDamageAmount
-
getNameSuffixes
-
vacuumAnalyzeAll
-
tableHasLocation
-
getCreateTable
public static String getCreateTable(String tableName) throws CodeDatabaseUtils.UnsupportedTableException -
getCreateIndex
-
getInsertInto
public static String getInsertInto(String tableName) throws CodeDatabaseUtils.UnsupportedTableException -
getDeleteFrom
public static String getDeleteFrom(String tableName) throws CodeDatabaseUtils.UnsupportedTableException -
getDeleteAllCourtsFrom
public static String getDeleteAllCourtsFrom(String tableName) throws CodeDatabaseUtils.UnsupportedTableException
-