Class Settings
java.lang.Object
org.jumpmind.vaadin.ui.sqlexplorer.Settings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected TypedPropertiesstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected List<SqlHistory> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSqlHistory(SqlHistory history) getSqlHistory(String sql) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAllowCompare(boolean allowCompare) voidsetAllowDml(boolean allowAnySql) voidsetAllowExport(boolean allowExport) voidsetAllowFill(boolean allowFill) voidsetAllowImport(boolean allowImport) voidsetAllowQueries(boolean allowQueries) voidsetAllowRepair(boolean allowRepair) voidsetProperties(TypedProperties properties) voidsetSqlHistory(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)
-