class %CSP.UI.SQL.ExImWizardResultPage
extends %CSP.Page
This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
This page process Link Table/Procedure Wizard Result.
parameter DOMAIN = "%Utility";
Default Localization Domain
classmethod ConvertDataType(datatype As %String)
as %String
Convert cache data type properties to SQL Manager Export/Import class method data type
classmethod ConvertDelimiter(ByRef pParms As %String)
as %String
classmethod DateFormatMeaning(dateformat As %String)
as %String
Given internal value of date format, return displable date format
classmethod DelimiterMeaning(ByRef pParms As %String)
as %String
classmethod Export(Wizard As %String, SchemaName As %String, TableName As %String, ByRef pParms As %String)
Method to Export or Import in the background
classmethod ExportPreview(Schema As %String, Table As %String)
as %String
classmethod GetFileName(ByRef TempFileName As %String)
as %String
Return file name for Import (if it's Local then move the file to remote/connected Cache)
classmethod ImportPreview(FileName As %String, tMaxRows As %Integer = 10)
as %String
classmethod LogMsg(ErrMsg As %String = "", Status As %String = "ERROR")
Log error into ^|"%SYS"|CacheTemp.MgtPortalTask($J,"Status") and ^|"%SYS"|CacheTemp.MgtPortalTask($J,"Details")
classmethod OnPage()
as %Status
Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod OnPreHTTP()
as %Boolean
Event handler for PreHTTP event: this is invoked before
the HTTP headers for a CSP page have been sent. All changes to the
%CSP.Response class, such as adding cookies, HTTP headers,
setting the content type etc. must be made from within the OnPreHTTP() method.
Also changes to the state of the CSP application such as changing
%session.EndSession or %session.AppTimeout must be made within the OnPreHTTP() method.
It is prefered that changes to %session.Preserve are also made in the OnPreHTTP() method
as this is more efficient, although it is supported in any section of the page.
Return 0 to prevent OnPage from being called.
classmethod QueryExport(ByRef pParms)
as %String
Method to Export dynamic query result in the background
classmethod TimeFormatMeaning(timeformat As %String)
as %String
Given internal value of time format, return displable time format
classmethod TimeStampFormatMeaning(timestampformat As %String)
as %String
Given internal value of timestamp format, return displable timestamp format