Package org.eclipse.datatools.sqltools.sqlbuilder.model

Interface Summary
IControlStateInfo The interface defines the UI state of a section control in the SQL Query Builder.
IOmitSchemaInfo This interface defines the set of properties which determine whether the current schema name is omitted from SQL generated by the SQL Query Builder.
ISQLDialectInfo This interface defines the set of properties which determine a SQL dialect.
ISQLStatementInfo This interface defines the set of properties which define a SQL statement in a string.
IWindowStateInfo Defines the UI state of a SQL Query Builder window's controls.
SQLBuilderConstants  
SqlXmlConstant  
 

Class Summary
CaseHelper  
ControlStateInfo Defines the UI state of a control in the SQL query builder.
DatabaseHelper Provides utility functions related to database.
DBVersionHelper This class provides database product (platform) and version information for a particular database.
DeleteHelper Helper class for DeleteStatement
ExpressionHelper Helper class for manipulating QueryValueExpression
FunctionHelper This class provides helpful services for dealing with SQL functions.
FunctionHelperDB2 This class describes the functions supported by DB2.
InsertHelper Helper class for InsertStatement
OmitSchemaInfo This class defines the set of properties which determine whether the current schema name is omitted from SQL generated by the SQL Query Builder.
QueryNameValidator  
SearchConditionHelper This class provides "helper" functions for building and manipulating query search conditions.
SelectHelper Helper class for SelectStatement
SQLBuilderConnectionInfo This class extends SQLEditorConnectionInfo so that a ConnectionInfo object can be constructed from a ConnectionProfile.
SQLDialectInfo This class defines the set of properties defines the set of properties which determine a SQL dialect.
SQLDomainModel This class provides a central access point for state and environment information for a SQL statement being edited by the SQL Builder.
SQLStatementInfo This class defines the set of properties which define a SQL statement in a string.
SQLStringHelper  
UpdateHelper Helper class for UpdateStatement
VendorHelper A helper class for determining what database we are running against.
WindowStateInfo Defines the UI state of a window's controls.