Manages the errors returned from the UltraLite runtime.
public class ULError
All members of ULError class, including all inherited members.
Name | Description |
---|---|
Constructs a ULError class. | |
Clears the current error. | |
Gets a pointer to the underlying ul_error_info object. | |
Copies the specified error parameter into the provided buffer. | |
Gets the number of error parameters. | |
Gets the error code (SQLCODE) for the last operation. | |
Returns a value that depends on the result of the last operation. | |
Gets a description of the current error. | |
Gets a URL to the documentation page for this error. | |
Tests the error code. |
ULError constructor
Clear method
GetErrorInfo method
GetParameter method
GetParameterCount method
GetSQLCode method
GetSQLCount method
GetString method
GetURL method
IsOK method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |