Package com.iizigo.db.editor
Class CustomParameterMarkers
java.lang.Object
com.iizigo.db.editor.CustomParameterMarkers
A helper class that takes a SQLStatement as input and substitute the parameter markers with value by invoking the ParameterWizard dialog.
The class is copied from the ParameterMarkers and modified to work with VS Fields.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- CustomParameterMarkers- (CustomSQLBuilder builder, org.eclipse.datatools.modelbase.sql.query.QueryStatement sqlStatement) Custom parameter markers.
- Method SummaryModifier and TypeMethodDescription- booleanReturns if execution should continue.Gets thge current marker values.Return the SQL statement with values substituted if there are any markers
- Constructor Details- CustomParameterMarkerspublic CustomParameterMarkers- (CustomSQLBuilder builder, org.eclipse.datatools.modelbase.sql.query.QueryStatement sqlStatement) Custom parameter markers.- Parameters:
- builder- The SQL Builder.
- sqlStatement- The statement.
 
 
- Method Details- getContinueExecutionpublic boolean getContinueExecution()Returns if execution should continue.- Returns:
- false to abort.
 
- getMarkerValuesGets thge current marker values.- Returns:
- The array.
 
- substituteParametersReturn the SQL statement with values substituted if there are any markers- Returns:
- The substituted variable string.