|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryExecutionException in net.sourceforge.fluxion.datapublisher.biomart.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.biomart.impl that throw QueryExecutionException | |
---|---|
java.lang.String |
BiomartQuery.execute()
|
boolean |
BiomartQuery.hasMoreResults()
|
T |
BiomartQuery.nextResult()
|
Uses of QueryExecutionException in net.sourceforge.fluxion.datapublisher.mysql.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.mysql.impl that throw QueryExecutionException | |
---|---|
protected void |
MySQLQuery.closeConnection()
Close a SQL database connection to a MySQL database. |
protected void |
MySQLQuery.openConnection()
Opens a SQL database connection to a MySQL database. |
Uses of QueryExecutionException in net.sourceforge.fluxion.datapublisher.odbc.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.odbc.impl that throw QueryExecutionException | |
---|---|
protected void |
ODBCQuery.closeConnection()
Close the connection to a oracle database |
protected void |
ODBCQuery.openConnection()
Open a connection to a oracle database. |
Uses of QueryExecutionException in net.sourceforge.fluxion.datapublisher.postgresql.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.postgresql.impl that throw QueryExecutionException | |
---|---|
protected void |
PostgresqlQuery.closeConnection()
Close the connection to a postgres database |
protected void |
PostgresqlQuery.openConnection()
Open a connection to a Postgres database. |
Uses of QueryExecutionException in net.sourceforge.fluxion.datapublisher.sql.connection |
---|
Methods in net.sourceforge.fluxion.datapublisher.sql.connection that throw QueryExecutionException | |
---|---|
static DatasourceConnectionManager |
DatasourceConnectionManager.createDatasourceManager(java.lang.String driverName,
java.lang.String url,
java.lang.String user,
java.lang.String passwd)
|
Uses of QueryExecutionException in net.sourceforge.fluxion.datapublisher.sql.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.sql.impl that throw QueryExecutionException | |
---|---|
protected abstract void |
SQLQuery.closeConnection()
Close the connection to the datasource. |
java.lang.String |
SQLQuery.execute()
|
boolean |
SQLQuery.hasMoreResults()
|
T |
SQLQuery.nextResult()
|
protected abstract void |
SQLQuery.openConnection()
Acquire a connection to the underlying datasource. |
Uses of QueryExecutionException in net.sourceforge.fluxion.datasource.query |
---|
Methods in net.sourceforge.fluxion.datasource.query that throw QueryExecutionException | |
---|---|
java.lang.String |
Query.execute()
Execute this query. |
boolean |
Query.hasMoreResults()
True if there are more results, false otherwise |
T |
Query.nextResult()
Returns the next result in the sequence |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |