Class Settings
java.lang.Object
org.jumpmind.vaadin.ui.sqlexplorer.Settings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected TypedProperties
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
protected List<SqlHistory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSqlHistory
(SqlHistory history) getSqlHistory
(String sql) boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllowCompare
(boolean allowCompare) void
setAllowDml
(boolean allowAnySql) void
setAllowExport
(boolean allowExport) void
setAllowFill
(boolean allowFill) void
setAllowImport
(boolean allowImport) void
setAllowQueries
(boolean allowQueries) void
setAllowRepair
(boolean allowRepair) void
setProperties
(TypedProperties properties) void
setSqlHistory
(List<SqlHistory> sqlHistory)
-
Field Details
-
SQL_EXPLORER_EXCLUDE_TABLES_REGEX
- See Also:
-
SQL_EXPLORER_SHOW_ROW_NUMBERS
- See Also:
-
SQL_EXPLORER_AUTO_COMMIT
- See Also:
-
SQL_EXPLORER_AUTO_COMPLETE
- See Also:
-
SQL_EXPLORER_RESULT_AS_TEXT
- See Also:
-
SQL_EXPLORER_IGNORE_ERRORS_WHEN_RUNNING_SCRIPTS
- See Also:
-
SQL_EXPLORER_DELIMITER
- See Also:
-
SQL_EXPLORER_MAX_RESULTS
- See Also:
-
SQL_EXPLORER_MAX_HISTORY
- See Also:
-
SQL_EXPLORER_SHOW_RESULTS_IN_NEW_TABS
- See Also:
-
SQL_EXPLORER_SHOW_TRIGGERS
- See Also:
-
sqlHistory
-
properties
-
allowQueries
protected boolean allowQueries -
allowDml
protected boolean allowDml -
allowImport
protected boolean allowImport -
allowExport
protected boolean allowExport -
allowFill
protected boolean allowFill -
allowCompare
protected boolean allowCompare -
allowRepair
protected boolean allowRepair
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getProperties
-
setProperties
-
addSqlHistory
-
getSqlHistory
-
setSqlHistory
-
getSqlHistory
-
isAllowQueries
public boolean isAllowQueries() -
setAllowQueries
public void setAllowQueries(boolean allowQueries) -
isAllowDml
public boolean isAllowDml() -
setAllowDml
public void setAllowDml(boolean allowAnySql) -
isAllowImport
public boolean isAllowImport() -
setAllowImport
public void setAllowImport(boolean allowImport) -
isAllowExport
public boolean isAllowExport() -
setAllowExport
public void setAllowExport(boolean allowExport) -
isAllowFill
public boolean isAllowFill() -
setAllowFill
public void setAllowFill(boolean allowFill) -
isAllowCompare
public boolean isAllowCompare() -
setAllowCompare
public void setAllowCompare(boolean allowCompare) -
isAllowRepair
public boolean isAllowRepair() -
setAllowRepair
public void setAllowRepair(boolean allowRepair)
-