|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lutris.appserver.server.sql.standard.StandardDBQuery
com.lutris.appserver.server.sql.informix.InformixDBQuery
public class InformixDBQuery
An Informix database query object.
| Field Summary | |
|---|---|
protected InformixDBConnection |
conn
The informix database connection. |
| Constructor Summary | |
|---|---|
|
InformixDBQuery()
Public constructor. |
protected |
InformixDBQuery(InformixDBConnection dbConnection)
Private constructor. |
|
InformixDBQuery(java.lang.String dbName)
Public constructor. |
| Method Summary | |
|---|---|
void |
setQueryTimeout(int seconds)
Set query time out. |
| Methods inherited from class com.lutris.appserver.server.sql.standard.StandardDBQuery |
|---|
finalize, handleException, logDebug, next, query, release, setReleaseConnection, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InformixDBConnection conn
| Constructor Detail |
|---|
protected InformixDBQuery(InformixDBConnection dbConnection)
throws java.sql.SQLException
dbConnection - The database connection to use.
java.sql.SQLException - If a database access error occurs.
public InformixDBQuery()
throws java.sql.SQLException,
DatabaseManagerException
java.sql.SQLException - If a database access error occurs.
DatabaseManagerException - If the default logical database wasn't initialized in the
Database Manager.DatabaseManager.setDefaultDatabase(java.lang.String)
public InformixDBQuery(java.lang.String dbName)
throws java.sql.SQLException,
DatabaseManagerException
dbName - Logical database name to access.
java.sql.SQLException - If a database access error occurs.
DatabaseManagerException - If a nonexistant logical database name is supplied.| Method Detail |
|---|
public void setQueryTimeout(int seconds)
throws java.sql.SQLException
seconds - The amount of time to block.
java.sql.SQLException - if a database error occurs.
|
DODS 7.5 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||