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

Packages that use Table
fr.cnes.sitools.dataset.database.jdbc   
fr.cnes.sitools.dataset.model.structure   
fr.cnes.sitools.datasource.jdbc.business   
fr.cnes.sitools.datasource.jdbc.dbexplorer   
fr.cnes.sitools.datasource.jdbc.model   
fr.cnes.sitools.datasource.mongodb.business   
 

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

Methods in fr.cnes.sitools.dataset.database.jdbc with parameters of type Table
 java.lang.String RequestPostgres.tableToString(Table table)
          Transform a table to a string
 

Uses of Table in fr.cnes.sitools.dataset.model.structure
 

Methods in fr.cnes.sitools.dataset.model.structure that return Table
 Table SitoolsStructure.getMainTable()
          Gets the mainTable value
 Table StructureNodeComplete.getTable()
          Gets the table value
 

Methods in fr.cnes.sitools.dataset.model.structure with parameters of type Table
 void SitoolsStructure.setMainTable(Table mainTable)
          Sets the value of mainTable
 void StructureNodeComplete.setTable(Table table)
          Sets the value of table
 

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

Methods in fr.cnes.sitools.datasource.jdbc.business that return types with arguments of type Table
 java.util.List<Table> SitoolsSQLDataSource.getTableList()
          Gets the tableList value
 java.util.List<Table> SitoolsSQLDataSource.getTables(java.lang.String schemaPattern)
          Return the list of tables in the database
 

Methods in fr.cnes.sitools.datasource.jdbc.business with parameters of type Table
 java.util.List<java.lang.String> SitoolsSQLDataSource.getPrimaryKey(Table table)
          Get the primary key of the table
 

Method parameters in fr.cnes.sitools.datasource.jdbc.business with type arguments of type Table
 void SitoolsSQLDataSource.setTableList(java.util.List<Table> tableList)
          Sets the value of tableList
 

Uses of Table in fr.cnes.sitools.datasource.jdbc.dbexplorer
 

Methods in fr.cnes.sitools.datasource.jdbc.dbexplorer that return Table
 Table DBExplorerResource.getTable()
          Get the table
 

Uses of Table in fr.cnes.sitools.datasource.jdbc.model
 

Methods in fr.cnes.sitools.datasource.jdbc.model that return types with arguments of type Table
 java.util.List<Table> Database.getTables()
          Gets the tables value
 

Method parameters in fr.cnes.sitools.datasource.jdbc.model with type arguments of type Table
 void Database.setTables(java.util.List<Table> tables)
          Sets the value of tables
 

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

Methods in fr.cnes.sitools.datasource.mongodb.business that return types with arguments of type Table
 java.util.List<Table> SitoolsMongoDBDataSource.getTableList()
          Gets the tableList value
 

Method parameters in fr.cnes.sitools.datasource.mongodb.business with type arguments of type Table
 void SitoolsMongoDBDataSource.setTableList(java.util.List<Table> tableList)
          Sets the value of tableList
 



Copyright © 2010-2013 CNES. All Rights Reserved.