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. |
Definition at line 35 of file TConnectionData.java.
|
Binds in the cursor map a cursor named kyCURSOR_NAME to tRESULT_SET.
Definition at line 72 of file TConnectionData.java. Referenced by uesqlc::TAbstractConnectionManager::bindCursor(). |
|
Gets the result set bound to the cursor name kyCURSOR_NAME.
Definition at line 101 of file TConnectionData.java. Referenced by uesqlc::TAbstractConnectionManager::getCursor(). |
|
Unbinds the cursor named kyCURSOR_NAME from the cursor map.
Definition at line 81 of file TConnectionData.java. Referenced by uesqlc::TAbstractConnectionManager::unbindCursor(). |