Class CodeTableConstants

java.lang.Object
edu.suffolk.litlab.efspserver.tyler.codes.CodeTableConstants

public class CodeTableConstants extends Object
  • Constructor Details

    • CodeTableConstants

      public CodeTableConstants()
  • Method Details

    • getZipNameFromTable

      public static String getZipNameFromTable(String tableName)
    • getTableColumns

      public static List<String> getTableColumns(String tableName)
    • getTableColumnsWithType

      public static List<org.apache.commons.lang3.tuple.Pair<String,String>> getTableColumnsWithType(String tableName)
    • isCourtTable

      public static boolean isCourtTable(String tableName)
    • getTableExists

      public static String getTableExists()
    • getIndicesExist

      public static String getIndicesExist()
    • updateVersion

      public static String updateVersion()
    • needToUpdateVersion

      public static String needToUpdateVersion()
    • getCaseSubtypesFor

      public static String getCaseSubtypesFor()
    • getProcedureOrRemedy

      public static String getProcedureOrRemedy()
    • getMotionTypes

      public static String getMotionTypes()
    • getSpecificStatesForCountryForLoc

      public static String getSpecificStatesForCountryForLoc()
    • getFilingStatuses

      public static String getFilingStatuses()
    • getLanguages

      public static String getLanguages()
    • getDamageAmount

      public static String getDamageAmount()
    • getNameSuffixes

      public static String getNameSuffixes()
    • vacuumAnalyzeAll

      public static String vacuumAnalyzeAll()
    • tableHasLocation

      public static boolean tableHasLocation(String tableName)
    • getCreateTable

      public static String getCreateTable(String tableName)
    • getCreateIndex

      public static List<String> getCreateIndex(String tableName)
    • getInsertInto

      public static String getInsertInto(String tableName)
    • getDeleteFrom

      public static String getDeleteFrom(String tableName)
    • getDeleteAllCourtsFrom

      public static String getDeleteAllCourtsFrom(String tableName)