|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQuerySourceFormat | |
---|---|
org.eclipse.datatools.modelbase.sql.query.util |
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
Note: this SQLQuerySourceFormat 's is
final that means modifications on its members are not allowed. |
Methods in org.eclipse.datatools.modelbase.sql.query.util that return SQLQuerySourceFormat | |
---|---|
static SQLQuerySourceFormat |
SQLQuerySourceFormat.copyDefaultFormat()
|
static SQLQuerySourceFormat |
SQLQuerySourceFormat.copySourceFormat(SQLQuerySourceFormat sourceFormat)
|
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
sourceFormat to this SQLQuerySourceFormat . |
static void |
SQLQuerySourceFormat.copyFields(SQLQuerySourceFormat donor,
SQLQuerySourceFormat recipient)
Copies the fields from the given SQLQuerySourceFormat
donor
to the SQLQuerySourceFormat
recipient . |
static SQLQuerySourceFormat |
SQLQuerySourceFormat.copySourceFormat(SQLQuerySourceFormat sourceFormat)
|
void |
SQLQuerySourceInfo.setSqlFormat(SQLQuerySourceFormat sqlFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |