Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

uesqlc::TConnectionData Class Reference

Connection data class. More...

List of all members.

Public Methods

void bind (final String kyCURSOR_NAME, ResultSet tRESULT_SET)
void unbind (final String kyCURSOR_NAME)
ResultSet getCursor (final String kyCURSOR_NAME)

Public Attributes

String yHostName
 Host name.

String ySchemaName
 Schema name.

String yUserName
 User name.

String yUserPassword
 User password.


Detailed Description

Connection data class.

Definition at line 35 of file TConnectionData.java.


Member Function Documentation

void uesqlc::TConnectionData::bind final String    kyCURSOR_NAME,
ResultSet    tRESULT_SET
[inline]
 

Binds in the cursor map a cursor named kyCURSOR_NAME to tRESULT_SET.

Parameters:
kyCURSOR_NAME  Cursor name.
tRESULT_SET  Result set instance.

Definition at line 72 of file TConnectionData.java.

Referenced by uesqlc::TAbstractConnectionManager::bindCursor().

ResultSet uesqlc::TConnectionData::getCursor final String    kyCURSOR_NAME [inline]
 

Gets the result set bound to the cursor name kyCURSOR_NAME.

Parameters:
kyCURSOR_NAME  Cursor name.
Returns:
The result set bound to the cursor.

Definition at line 101 of file TConnectionData.java.

Referenced by uesqlc::TAbstractConnectionManager::getCursor().

void uesqlc::TConnectionData::unbind final String    kyCURSOR_NAME [inline]
 

Unbinds the cursor named kyCURSOR_NAME from the cursor map.

Parameters:
kyCURSOR_NAME  Cursor name.

Definition at line 81 of file TConnectionData.java.

Referenced by uesqlc::TAbstractConnectionManager::unbindCursor().


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:40:11 2003 for UESQLC by doxygen1.2.18