Package org.nuxeo.ecm.directory.sql
Class SQLHelper
java.lang.Object
org.nuxeo.ecm.directory.sql.SQLHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnaddColumn(Table table, String fieldName, ColumnType type, boolean nativeCase) static TablegetMissingColumns(Boolean breakAtFirstMissing) booleanbooleanSets 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:
trueif table has been created
-
hasMatchingColumns
public boolean hasMatchingColumns() -
getMissingColumns
-
addTable
-
addColumn
-