LoginProperty Class
The LoginProperty class enables logon information to be passed to an instance of the [M: OdbcConnection] class.
Syntax
class LoginProperty extends Object
Run On
Called
Methods
| Method | Description | |
|---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getDatabase | Retrieves the name of the database, as stored in the LoginProperty class. |
![]() |
getDSN | Retrieves the data source name (DSN) that is stored in the LoginProperty class. |
![]() |
getOciServiceName | Retrieves the Oracle service name that is stored in the LoginProperty class. |
![]() |
getOther | Retrieves the additional logon parameters that are stored in the LoginProperty class. |
![]() |
getServer | Retrieves the server name that is stored in the LoginProperty class. |
![]() |
getTcpIpPort | Retrieves the TCP/IP port that is stored in the LoginProperty class. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
getUsePredefinedService | Returns whether the loginProperty class is set to use a predefined Oracle service instead of specifying the server and database information on the loginProperty class. |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
new | Initializes a new instance of the LoginProperty class. (Overrides the new Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
setDatabase | Sets the name of the database to log on to. |
![]() |
setDSN | Sets the DSN that is used to access the data source. |
![]() |
setOciServiceName | Specifies an Oracle service name. |
![]() |
setOther | Sets additional nonstandard logon parameters that are stored in the LoginProperty class. |
![]() |
setServer | Sets the name of the server on which the database resides. |
![]() |
setTcpIpPort | Specifies which TCP/IP port is used to connect to Oracle. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
setUsePredefinedService | Specifies whether to use a predefined Oracle service (created by using Oracle network configuration tools) for the connection information, or whether it will be specified in the loginProperty class. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
LoginProperty Class
.gif)