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
Gg921851.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif getDatabase Retrieves the name of the database, as stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif getDSN Retrieves the data source name (DSN) that is stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif getOciServiceName Retrieves the Oracle service name that is stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif getOther Retrieves the additional logon parameters that are stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif getServer Retrieves the server name that is stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif getTcpIpPort Retrieves the TCP/IP port that is stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif 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.
Gg921851.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif new Initializes a new instance of the LoginProperty class. (Overrides the new Method.)
Gg921851.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif setDatabase Sets the name of the database to log on to.
Gg921851.pubmethod(en-us,AX.60).gif setDSN Sets the DSN that is used to access the data source.
Gg921851.pubmethod(en-us,AX.60).gif setOciServiceName Specifies an Oracle service name.
Gg921851.pubmethod(en-us,AX.60).gif setOther Sets additional nonstandard logon parameters that are stored in the LoginProperty class.
Gg921851.pubmethod(en-us,AX.60).gif setServer Sets the name of the server on which the database resides.
Gg921851.pubmethod(en-us,AX.60).gif setTcpIpPort Specifies which TCP/IP port is used to connect to Oracle.
Gg921851.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif 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.
Gg921851.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg921851.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  LoginProperty Class

See Also

OdbcConnection Class