Migrate the given database, if direct is 'false' then just a script is
generated.
if direct is true, the the script is executed against the given datastore.
setCheckConstraint
public void setCheckConstraint(boolean checkConstraint)(Code)
Must the constraints of the tables be checked.
setCheckExtraColumns
public void setCheckExtraColumns(boolean checkExtraColumns)(Code)
Must the extra columns of the table be checked.
setCheckIndex
public void setCheckIndex(boolean checkIndex)(Code)
Must the indexes of the tables be checked.
setCheckLength
public void setCheckLength(boolean checkLength)(Code)
Must the lenght of the columns be checked.
setCheckNulls
public void setCheckNulls(boolean checkNulls)(Code)