|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SQLQuerySourceFormat in org.eclipse.datatools.modelbase.sql.query.util |
---|
Fields in org.eclipse.datatools.modelbase.sql.query.util declared as SQLQuerySourceFormat | |
---|---|
static SQLQuerySourceFormat |
SQLQuerySourceFormat.SQL_SOURCE_FORMAT_DEFAULT
Define the default SQLQuerySourceFormat object. |
Methods in org.eclipse.datatools.modelbase.sql.query.util that return SQLQuerySourceFormat | |
---|---|
static SQLQuerySourceFormat |
SQLQuerySourceFormat.copyDefaultFormat()
Creates and returns a copy of the default SQLQuerySourceFormat object. |
static SQLQuerySourceFormat |
SQLQuerySourceFormat.copySourceFormat(SQLQuerySourceFormat sourceFormat)
Creates and returns a copy of the given SQLQuerySourceFormat object. |
SQLQuerySourceFormat |
SQLQuerySourceInfo.getSqlFormat()
Note: if this SQLQuerySourceInfo 's reference to
the SQLQuerySourceFormat is null ,
SQL_SOURCE_FORMAT_DEFAULT instance will be
returned. |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLQuerySourceFormat | |
---|---|
void |
SQLQuerySourceFormat.copyFields(SQLQuerySourceFormat sourceFormat)
Copies the fields from the given SQLQuerySourceFormat to this object. |
static void |
SQLQuerySourceFormat.copyFields(SQLQuerySourceFormat source,
SQLQuerySourceFormat target)
Copies the fields from the given SQLQuerySourceFormat
donor
to the SQLQuerySourceFormat
recipient . |
static SQLQuerySourceFormat |
SQLQuerySourceFormat.copySourceFormat(SQLQuerySourceFormat sourceFormat)
Creates and returns a copy of the given SQLQuerySourceFormat object. |
void |
SQLQuerySourceInfo.setSqlFormat(SQLQuerySourceFormat sqlFormat)
|
Uses of SQLQuerySourceFormat in org.eclipse.datatools.sqltools.parsers.sql |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql that return SQLQuerySourceFormat | |
---|---|
SQLQuerySourceFormat |
SQLParserManager.getSourceFormat()
|
SQLQuerySourceFormat |
SQLParserFactory.getSQLSourceFormat()
|
Methods in org.eclipse.datatools.sqltools.parsers.sql with parameters of type SQLQuerySourceFormat | |
---|---|
void |
SQLParserManager.configParser(SQLQuerySourceFormat sourceFormat,
java.util.List postParseProcessors)
Configures this SQLParserManager for the following parses. |
void |
SQLParserManager.setSourceFormat(SQLQuerySourceFormat sourceFormat)
Sets the SQL source format options for the following parses. |
void |
SQLParserFactory.setSQLSourceFormat(SQLQuerySourceFormat sourceFormat)
|
Constructors in org.eclipse.datatools.sqltools.parsers.sql with parameters of type SQLQuerySourceFormat | |
---|---|
SQLParser(lpg.lpgjavaruntime.LexStream lexStream,
lpg.lpgjavaruntime.ParseTable prs,
int EOFTsymbol,
SQLQuerySourceFormat sourceFormat)
|
|
SQLParser(lpg.lpgjavaruntime.LexStream lexStream,
lpg.lpgjavaruntime.ParseTable prs,
int EOFTsymbol,
SQLQuerySourceFormat p_sourceFormat,
boolean checkStmtOnly)
|
|
SQLParserManager(SQLQuerySourceFormat sourceFormat,
java.util.List postParseProcessors)
|
Uses of SQLQuerySourceFormat in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return SQLQuerySourceFormat | |
---|---|
SQLQuerySourceFormat |
SQLQueryParserFactory.getSQLSourceFormat()
|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type SQLQuerySourceFormat | |
---|---|
void |
SQLQueryParserManager.setSourceFormat(SQLQuerySourceFormat sourceFormat)
|
void |
SQLQueryParserFactory.setSQLSourceFormat(SQLQuerySourceFormat sourceFormat)
|
Constructors in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type SQLQuerySourceFormat | |
---|---|
AbstractSQLQueryParser(lpg.lpgjavaruntime.LexStream lexStream,
lpg.lpgjavaruntime.ParseTable prs,
int EOFTsymbol,
SQLQuerySourceFormat sourceFormat)
|
|
AbstractSQLQueryParser(lpg.lpgjavaruntime.LexStream lexStream,
lpg.lpgjavaruntime.ParseTable prs,
int EOFTsymbol,
SQLQuerySourceFormat p_sourceFormat,
boolean checkStmtOnly)
|
|
SQLQueryParserFactory(SQLQuerySourceFormat aSourceFormat)
Constructor. |
|
SQLQueryParserManager(SQLQuerySourceFormat sourceFormat,
java.util.List postParseProcessors)
|
Uses of SQLQuerySourceFormat in org.eclipse.datatools.sqltools.parsers.sql.xml.query |
---|
Constructors in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type SQLQuerySourceFormat | |
---|---|
SQLXMLQueryParserFactory(SQLQuerySourceFormat aSourceFormat)
|
|
SQLXMLQueryParserManager(SQLQuerySourceFormat sourceFormat,
java.util.List postParseProcessors)
|
Uses of SQLQuerySourceFormat in org.eclipse.datatools.sqltools.sqlbuilder.model |
---|
Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return SQLQuerySourceFormat | |
---|---|
SQLQuerySourceFormat |
SQLDomainModel.getSqlSourceFormat()
Gets the current SQLQuerySourceFormat object. |
Methods in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type SQLQuerySourceFormat | |
---|---|
void |
SQLDomainModel.setSqlSourceFormat(SQLQuerySourceFormat sqlSourceFormat)
Sets the current SQLQuerySourceFormat object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |