Uses of Class
fr.cnes.sitools.datasource.jdbc.model.Structure

Packages that use Structure
fr.cnes.sitools.dataset.database   
fr.cnes.sitools.dataset.database.common   
fr.cnes.sitools.dataset.database.jdbc   
fr.cnes.sitools.dataset.model   
fr.cnes.sitools.datasource.jdbc.business   
fr.cnes.sitools.datasource.mongodb.business   
 

Uses of Structure in fr.cnes.sitools.dataset.database
 

Methods in fr.cnes.sitools.dataset.database that return types with arguments of type Structure
 java.util.List<Structure> DatabaseRequestParameters.getStructures()
          Gets the structures value
 

Method parameters in fr.cnes.sitools.dataset.database with type arguments of type Structure
 void DatabaseRequestParameters.setStructures(java.util.List<Structure> structures)
          Sets the value of structures
 

Constructor parameters in fr.cnes.sitools.dataset.database with type arguments of type Structure
DatabaseRequestParameters(SitoolsDataSource db, int startIndex, java.lang.Boolean distinct, boolean isCountDone, DataSet dataset, java.util.List<Predicat> predicats, java.util.List<Structure> structures, Multisort orderBy, Column columnFromDistinctQuery, java.util.List<Column> sqlVisibleColumns, int paginationExtend, java.lang.String baseRef, java.lang.String[] idList, java.util.List<Range> ranges, java.util.List<Column> allVisibleColumns)
          Create a new DatabaseRequestParameters
 

Uses of Structure in fr.cnes.sitools.dataset.database.common
 

Methods in fr.cnes.sitools.dataset.database.common that return types with arguments of type Structure
 java.util.List<Structure> DataSetExplorerUtil.getStructures()
          Gets the structure value
 

Uses of Structure in fr.cnes.sitools.dataset.database.jdbc
 

Method parameters in fr.cnes.sitools.dataset.database.jdbc with type arguments of type Structure
 java.lang.String RequestPostgres.getFromClause(java.util.List<Structure> structures)
          Get from clause
 

Uses of Structure in fr.cnes.sitools.dataset.model
 

Methods in fr.cnes.sitools.dataset.model that return types with arguments of type Structure
 java.util.List<Structure> DataSet.getStructures()
          Gets the structures value
 

Method parameters in fr.cnes.sitools.dataset.model with type arguments of type Structure
 void DataSet.setStructures(java.util.List<Structure> structures)
          Sets the value of structures
 

Uses of Structure in fr.cnes.sitools.datasource.jdbc.business
 

Methods in fr.cnes.sitools.datasource.jdbc.business with parameters of type Structure
static java.lang.String Wrapper.getFROMReference(Structure structure)
          Gets reference of the structure
 java.util.List<java.lang.String> SitoolsSQLDataSource.getMetadata(Structure table)
          Get the list of columns of a table
 java.util.List<java.lang.String> SitoolsSQLDataSource.getPrimaryKey(Structure table)
          Retrieves primary keys of a table
static java.lang.String Wrapper.getReference(Structure structure)
          Gets reference of the structure
static java.lang.String Wrapper.getReference(Structure structure, java.lang.String attributeName)
          Gets the reference string of the attribute in the SQL structure
 

Uses of Structure in fr.cnes.sitools.datasource.mongodb.business
 

Methods in fr.cnes.sitools.datasource.mongodb.business with parameters of type Structure
static java.lang.String Wrapper.getFROMReference(Structure structure)
          Gets reference of the structure
static java.lang.String Wrapper.getReference(Structure structure)
          Gets reference of the structure
static java.lang.String Wrapper.getReference(Structure structure, java.lang.String attributeName)
          Gets the reference string of the attribute in the SQL structure
 



Copyright © 2010-2013 CNES. All Rights Reserved.