|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParsingResult in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples with parameters of type ParsingResult | |
---|---|
GenericSQLContext |
ASAContextType.createContext(org.eclipse.jface.text.IDocument document,
int completionOffset,
int completionLength,
ParsingResult result)
|
Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples with parameters of type ParsingResult | |
---|---|
ASAContext(org.eclipse.jface.text.templates.TemplateContextType type,
org.eclipse.jface.text.IDocument document,
int completionOffset,
int completionLength,
ParsingResult result)
|
Uses of ParsingResult in org.eclipse.datatools.sqltools.db.derby.parser |
---|
Subclasses of ParsingResult in org.eclipse.datatools.sqltools.db.derby.parser | |
---|---|
class |
DerbyParsingResult
|
Uses of ParsingResult in org.eclipse.datatools.sqltools.db.generic.parser |
---|
Subclasses of ParsingResult in org.eclipse.datatools.sqltools.db.generic.parser | |
---|---|
class |
GenericParsingResult
|
Uses of ParsingResult in org.eclipse.datatools.sqltools.editor.contentassist |
---|
Constructors in org.eclipse.datatools.sqltools.editor.contentassist with parameters of type ParsingResult | |
---|---|
SQLDBProposalsRequest(java.lang.String tokens,
int scope,
java.lang.String defaultSchema,
ParsingResult result)
|
Uses of ParsingResult in org.eclipse.datatools.sqltools.editor.template |
---|
Methods in org.eclipse.datatools.sqltools.editor.template with parameters of type ParsingResult | |
---|---|
GenericSQLContext |
GenericSQLContextType.createContext(org.eclipse.jface.text.IDocument document,
int completionOffset,
int completionLength,
ParsingResult result)
|
Constructors in org.eclipse.datatools.sqltools.editor.template with parameters of type ParsingResult | |
---|---|
GenericSQLContext(org.eclipse.jface.text.templates.TemplateContextType type,
org.eclipse.jface.text.IDocument document,
int completionOffset,
int completionLength,
ParsingResult result)
|
Uses of ParsingResult in org.eclipse.datatools.sqltools.sql.parser |
---|
Methods in org.eclipse.datatools.sqltools.sql.parser that return ParsingResult | |
---|---|
ParsingResult |
SQLParser.parse(java.lang.String text)
Parses the given sql text using the default parameter. |
ParsingResult |
SQLParser.parse(java.lang.String text,
ParserParameters parameters)
Parses a sql text and try to construct the AST by ignoring all the parsing exceptions and moving to the start token of the next possible statement; |
Methods in org.eclipse.datatools.sqltools.sql.parser with parameters of type ParsingResult | |
---|---|
java.lang.String[] |
ParserProposalAdvisor.getParserProposals(ParsingResult result)
|
Uses of ParsingResult in org.eclipse.datatools.sqltools.sqleditor |
---|
Methods in org.eclipse.datatools.sqltools.sqleditor that return ParsingResult | |
---|---|
ParsingResult |
SQLEditor.getParsingResult()
Returns the parsing result no matter the "Enable syntax validation" is on or off. |
Methods in org.eclipse.datatools.sqltools.sqleditor with parameters of type ParsingResult | |
---|---|
void |
SQLEditor.setParsingResult(ParsingResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |