Class CodeTableConstants
java.lang.Object
edu.suffolk.litlab.efsp.ecfcodes.tyler.CodeTableConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis exception is returned when a given table name isn't in the pre-approved list of names. -
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 Stringstatic StringgetInsertInto(String tableName) static Stringstatic Stringstatic Stringstatic Stringstatic StringgetTableColumns(String tableName) getTableColumnsWithType(String tableName) static Stringstatic 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
-
getTableExists
-
getIndicesExist
-
updateVersion
-
needToUpdateVersion
-
getCaseSubtypesFor
-
getProcedureOrRemedy
-
getMotionTypes
-
getSpecificStatesForCountryForLoc
-
getFilingStatuses
-
getLanguages
-
getDamageAmount
-
getNameSuffixes
-
vacuumAnalyzeAll
-
tableHasLocation
-
getCreateTable
public static String getCreateTable(String tableName) throws CodeTableConstants.UnsupportedTableException -
getCreateIndex
-
getInsertInto
public static String getInsertInto(String tableName) throws CodeTableConstants.UnsupportedTableException -
getDeleteFrom
public static String getDeleteFrom(String tableName) throws CodeTableConstants.UnsupportedTableException -
getDeleteAllCourtsFrom
public static String getDeleteAllCourtsFrom(String tableName) throws CodeTableConstants.UnsupportedTableException
-