|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server |
|---|
| Methods in org.gcube.portlets.user.tdw.server that throw DataSourceException | |
|---|---|
protected void |
TabularDataServiceImpl.closeCurrentTable(int tdSessionId,
boolean silent)
|
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server.datasource |
|---|
| Methods in org.gcube.portlets.user.tdw.server.datasource that throw DataSourceException | |
|---|---|
void |
DataSourceFactory.closeDataSource(org.gcube.application.framework.core.session.ASLSession session,
DataSource dataSource)
Close the specified DataSource releasing allocated resources. |
String |
DataSource.getDataAsJSon(int start,
int limit,
String sortingColumn,
Direction direction)
Retrieves the table data as JSON object. |
TableDefinition |
DataSource.getTableDefinition()
Returns the table definition. |
DataSource |
DataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session,
TableId id)
Open the specified datasource DataSource. |
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server.datasource.jdbc |
|---|
| Methods in org.gcube.portlets.user.tdw.server.datasource.jdbc that throw DataSourceException | |
|---|---|
protected int |
JDBCDataSource.calculateTableSize()
|
void |
JDBCDataSource.close()
Close this DataSource releasing all the allocated resources. |
void |
SimpleJDBCDataSourceFactory.closeDataSource(org.gcube.application.framework.core.session.ASLSession session,
DataSource dataSource)
Close the specified DataSource releasing allocated resources. |
protected TableDefinition |
JDBCDataSource.extractTableDefinition()
|
protected TableJSonBuilder |
JDBCDataSource.getBuilder()
|
protected List<ColumnDefinition> |
JDBCDataSource.getColumnDefinitions()
|
String |
JDBCDataSource.getDataAsJSon(int start,
int limit,
String sortingColumn,
Direction direction)
Retrieves the table data as JSON object. |
protected String |
JDBCDataSource.getJSon(ResultSet resultSet,
int start)
|
protected PreparedStatement |
JDBCDataSource.getPreparedStatement(String sortingColumn,
Direction sortingDirection,
int start,
int limit)
|
protected String |
JDBCDataSource.getPrimaryKey()
|
TableDefinition |
JDBCDataSource.getTableDefinition()
Returns the table definition. |
protected int |
JDBCDataSource.getTableSize()
|
DataSource |
SimpleJDBCDataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session,
TableId tableId)
Open the specified datasource DataSource. |
| Constructors in org.gcube.portlets.user.tdw.server.datasource.jdbc that throw DataSourceException | |
|---|---|
JDBCDataSource(String dataSourceFactoryId,
Connection connection,
String tableName)
|
|
JDBCDataSource(String dataSourceFactoryId,
String jdbcConnectionUrl,
String tableName)
|
|
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server.util |
|---|
| Methods in org.gcube.portlets.user.tdw.server.util that throw DataSourceException | |
|---|---|
static void |
SessionUtil.closeDataSource(javax.servlet.http.HttpSession httpSession,
int tdSessionId)
|
static DataSource |
SessionUtil.openDataSource(javax.servlet.http.HttpSession httpSession,
TableId tableId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||