SysSqlSystem Class [AX 2012]

Syntax

class SysSqlSystem extends SqlSystem

Run On

Server

Methods

  Method Description
Gg933621.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif createLoginProperty Creates the login property to the Microsoft Dynamics AX database. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif databaseId Returns the Microsoft Dynamics AX ID for the database vendor used as the SQL database backend. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif databaseName Returns the name of the database vendor used as the SQL database backend. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif dbRequestedUnicodeEnabled Retrieves the value that indicates if Unicode is supported in the database. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif filenameDeadlocks Retrieves the name of the user specific deadlocks trace logfile. (Overrides the filenameDeadlocks Method.)
Gg933621.pubmethod(en-us,AX.60).gif filenameQuerytimelimit Retrieves the name of the user specific querytime limit logfile. (Overrides the filenameQuerytimelimit Method.)
Gg933621.pubmethod(en-us,AX.60).gif filenameSqlTrace Retrieves the filename of the SQL trace log file for specific user. (Overrides the filenameSqlTrace Method.)
Gg933621.pubmethod(en-us,AX.60).gif filenameWarnings Retrieves the name of the user specific warnings log file. (Overrides the filenameWarnings Method.)
Gg933621.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif logfileName Retrieves the name of the standard Microsoft Dynamics AX SQL error log file. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif logfileWrite Writes a text string into the standard Microsoft Dynamics AX SQL error logfile. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif loginConnectString Retrieves the full ODBC connection string. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif loginDatabase Retrieves the name of the database currently connected to. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif loginDSN Retrieves the open database connectivity (ODBC) data source name (DSN) used to connect to the database. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif loginName Retrieves the user name that is used to log-in to the database. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif loginServer Retrieves the name of the database server currently connected to. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif monocaseFmt Retrieves the format string that is used for casting the string to one case (e.g. "NLS_LOWER(%1)"). (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SqlSystem class. (Inherited from SqlSystem.)
Gg933621.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.)
Gg933621.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.)
Gg933621.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif sqlLiteral Formats the input AX datatype to correct SQL type. (Inherited from SqlSystem.)
Gg933621.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg933621.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.)
Gg933621.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg933621.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  SqlSystem Class
    SysSqlSystem Class