|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.core.services.DefaultSQLService
Default implementation for ISQLService.
| Constructor Summary | |
DefaultSQLService()
|
|
| Method Summary | |
GenericSQLContextType |
getSQLContextType()
Returns a specific GenericSQLContextType object which identifies the context type of templates
used in SQL editor. |
SQLParser |
getSQLParser()
Returns a SQLParser object which is used to parse SQL dialect. |
ISQLSyntax |
getSQLSyntax()
Returns an ISQLSyntax object which can be used to highlight sql statements in SQL editor. |
java.lang.String[] |
splitSQL(java.lang.String sql)
Split the sql statement into groups of statements according to SQL delimiter "go" or ";". |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultSQLService()
| Method Detail |
public ISQLSyntax getSQLSyntax()
ISQLServiceISQLSyntax object which can be used to highlight sql statements in SQL editor.
getSQLSyntax in interface ISQLServiceISQLSyntax object specific to a SQL dialect.public GenericSQLContextType getSQLContextType()
ISQLServiceGenericSQLContextType object which identifies the context type of templates
used in SQL editor.
getSQLContextType in interface ISQLServiceGenericSQLContextType objectpublic SQLParser getSQLParser()
ISQLServiceSQLParser object which is used to parse SQL dialect.
getSQLParser in interface ISQLServiceSQLParser objectpublic java.lang.String[] splitSQL(java.lang.String sql)
splitSQL in interface ISQLServicesql -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||