Uses of Class
org.eclipse.datatools.modelbase.sql.query.util.SQLQuerySourceFormat

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
 SQLQuerySourceFormat SQLQuerySourceInfo.getSqlFormat()
           Note: if this SQLQuerySourceInfo's reference to the SQLQuerySourceFormat is null, SQL_SOURCE_FORMAT_DEFAULT instance will be returned.
static SQLQuerySourceFormat SQLQuerySourceFormat.copyDefaultFormat()
           
static SQLQuerySourceFormat SQLQuerySourceFormat.copySourceFormat(SQLQuerySourceFormat sourceFormat)
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLQuerySourceFormat
 void SQLQuerySourceInfo.setSqlFormat(SQLQuerySourceFormat sqlFormat)
           
static SQLQuerySourceFormat SQLQuerySourceFormat.copySourceFormat(SQLQuerySourceFormat sourceFormat)
           
static void SQLQuerySourceFormat.copyFields(SQLQuerySourceFormat donor, SQLQuerySourceFormat recipient)
          Copies the fields from the given SQLQuerySourceFormat donor to the SQLQuerySourceFormat recipient.
 void SQLQuerySourceFormat.copyFields(SQLQuerySourceFormat sourceFormat)
          Copies the fields from the given SQLQuerySourceFormat sourceFormat to this SQLQuerySourceFormat.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.