|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.sql.ConnectionConfig
public class ConnectionConfig
Configures the connection
| Constructor Summary | |
|---|---|
ConnectionConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCatalog()
Gets the catalog. |
int |
getTransactionIsolation()
Returns the isolation of the connection, with -1 for the default. |
boolean |
isReadOnly()
Gets the read-only status. |
void |
setCatalog(java.lang.String catalog)
Sets the catalog |
void |
setReadOnly(boolean isReadOnly)
Sets the read-only status. |
void |
setTransactionIsolation(java.lang.String name)
Sets the isolation of the connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionConfig()
| Method Detail |
|---|
public void setTransactionIsolation(java.lang.String name)
throws ConfigException
ConfigExceptionpublic int getTransactionIsolation()
public void setReadOnly(boolean isReadOnly)
public boolean isReadOnly()
public void setCatalog(java.lang.String catalog)
public java.lang.String getCatalog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||