|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatConnectionInfo
Interface CatConnectionInfo contains DB connection information, UDS, HDS of a catalog.
| Field Summary | |
|---|---|
static java.lang.String |
HDS_CONNECTION_TYPE
|
static java.lang.String |
JDBC_CONNECTION_TYPE
|
static java.lang.String |
UDS_CONNECTION_TYPE
|
static java.lang.String |
WEB_SERVICE_CONNECTION_TYPE
|
static java.lang.String |
XML_CONNECTION_TYPE
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Returns the class name of the UDS. |
java.lang.String |
getDatasourceName()
Returns the datasource name which this connection belongs to. |
java.lang.String |
getDateFormat()
Returns the Date Format of the DB connection. |
java.lang.String |
getDesc()
Returns the description of the DB connection (JDBC Connection, UDS, HDS). |
java.lang.String |
getExtraCharacters()
Returns the Extra Characters of the DB connection. |
java.lang.String |
getJdbcDriver()
Returns the jdbc driver of the DB connection. |
java.lang.String |
getName()
Returns the name of the DB connection (JDBC Connection, UDS, HDS). |
APIEnums.ConnectionNamePattern |
getNamePattern()
Returns the Qualified Name Pattern of the DB connection. |
java.lang.String |
getPassword()
Returns the password of the DB connection. |
java.lang.String |
getQuoteCharacter()
Returns the User Defined Quote Character of the DB connection. |
APIEnums.ConnectionReadOnly |
getReadOnly()
Returns the Read Only of the DB connection. |
java.lang.String |
getRootName()
Returns the root name of the HDS. |
java.lang.String |
getTimeFormat()
Returns the Time Format of the DB connection. |
java.lang.String |
getTimestampFormat()
Returns the Timestamp Format of the DB connection. |
APIEnums.ConnectionTransactionIsolation |
getTransactionIsolation()
Returns the Transaction Isolation of the DB connection. |
java.lang.String |
getType()
Returns the type of the DB connection (JDBC Connection, UDS, HDS). |
java.lang.String |
getURIValue()
Returns the URI value of the HDS. |
java.lang.String |
getURL()
Returns the URL of the DB connection. |
java.lang.String |
getUser()
Returns the user of the DB connection. |
java.lang.String |
getXSDValue()
Returns the XSD value of the HDS. |
boolean |
isDefaultConnection()
indicates if the connection is default connection of the datasource. |
| Field Detail |
|---|
static final java.lang.String JDBC_CONNECTION_TYPE
static final java.lang.String XML_CONNECTION_TYPE
static final java.lang.String WEB_SERVICE_CONNECTION_TYPE
static final java.lang.String UDS_CONNECTION_TYPE
static final java.lang.String HDS_CONNECTION_TYPE
| Method Detail |
|---|
java.lang.String getDatasourceName()
java.lang.String getType()
JDBC_CONNECTION_TYPE, XML_CONNECTION_TYPE, WEB_SERVICE_CONNECTION_TYPE,
UDS_CONNECTION_TYPE, HDS_CONNECTION_TYPE .java.lang.String getName()
boolean isDefaultConnection()
true true if it is default connection.java.lang.String getDesc()
java.lang.String getURL()
java.lang.String getJdbcDriver()
java.lang.String getUser()
java.lang.String getPassword()
java.lang.String getDateFormat()
APIEnums.ConnectionNamePattern getNamePattern()
APIEnums.ConnectionReadOnly getReadOnly()
java.lang.String getTimeFormat()
java.lang.String getTimestampFormat()
APIEnums.ConnectionTransactionIsolation getTransactionIsolation()
java.lang.String getExtraCharacters()
java.lang.String getQuoteCharacter()
java.lang.String getClassName()
java.lang.String getURIValue()
java.lang.String getXSDValue()
java.lang.String getRootName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||