Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [UI] >  [SQL] >  [ExImWizardResultPage]
Private  Storage   

class %CSP.UI.SQL.ExImWizardResultPage extends %CSP.Page

This class is used internally by InterSystems IRIS. 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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 14


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%New %OriginalNamespace %PackageName %SetModified
ConvertDataType ConvertDelimiter ConvertParameter DateFormatMeaning
Decrypt DelimiterMeaning Encrypt EscapeHTML
EscapeURL Export ExportPreview GetFileName
HyperEventCall HyperEventHead ImportPreview Include
InsertHiddenField InsertHiddenFields IsPrivate Link
LogMsg OnHTTPHeader OnPage OnPageError
OnPostHTTP OnPostHyperEvent OnPreHTTP OnPreHyperEvent
Page QueryExport QuoteJS RewriteURL
ShowError StartTimer StopTimer ThrowError
TimeFormatMeaning TimeStampFormatMeaning UnescapeHTML UnescapeURL


Parameters

• parameter DOMAIN = "%Utility";
Default Localization Domain

Methods

• 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 the remote instance)
• classmethod ImportPreview(FileName As %String, IsLocal As %Boolean, tMaxRows As %Integer = 10) as %String
• classmethod LogMsg(ErrMsg As %String = "", Status As %String = "ERROR")
Log error into ^|"%SYS"|IRIS.Temp.MgtPortalTask($J,"Status") and ^|"%SYS"|IRIS.Temp.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
Ensure user has %Development:USE. Set cookie to remember file for mode.
• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.