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