return dialect.supportsCreateView();
}
private void showCustomDialog()
{
customDialog = new AddViewDialog();
if (_dialect.supportsCheckOptionsForViews())
customDialog.enableCheckOptions(true);
customDialog.addExecuteListener(new ExecuteListener());
customDialog.addEditSQLListener(new EditSQLListener(customDialog));