Class SQLHelper


  • public class SQLHelper
    extends Object
    • Method Detail

      • setupTable

        public boolean setupTable()
        Sets up the table without loading the data in it.
        Returns:
        true if table has been created
      • hasMatchingColumns

        public boolean hasMatchingColumns()
      • getMissingColumns

        public Set<Column> getMissingColumns​(Boolean breakAtFirstMissing)
      • addTable

        public static Table addTable​(String name,
                                     Dialect dialect,
                                     boolean nativeCase)