Package org.nuxeo.ecm.directory.sql
Class SQLHelper
java.lang.Object
org.nuxeo.ecm.directory.sql.SQLHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Column
addColumn
(Table table, String fieldName, ColumnType type, boolean nativeCase) static Table
getMissingColumns
(Boolean breakAtFirstMissing) boolean
boolean
Sets up the table without loading the data in it.
-
Constructor Details
-
SQLHelper
-
-
Method Details
-
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
-
addTable
-
addColumn
-