%CSP.UI.SQL.ExImWizardResultPage
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.
Method Inventory
- ConvertDataType()
- ConvertDelimiter()
- DateFormatMeaning()
- DelimiterMeaning()
- Export()
- ExportPreview()
- GetFileName()
- ImportPreview()
- LogMsg()
- OnPage()
- OnPreHTTP()
- QueryExport()
- TimeFormatMeaning()
- TimeStampFormatMeaning()
Parameters
parameter DOMAIN = %Utility;
Default Localization Domain
Methods
Convert cache data type properties to SQL Manager Export/Import class method data type
Given internal value of date format, return displable date format
classmethod Export(Wizard As %String, SchemaName As %String, TableName As %String, ByRef pParms As %String)
Method to Export or Import in the background
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
Log error into ^|"%SYS"|IRIS.Temp.MgtPortalTask($J,"Status") and ^|"%SYS"|IRIS.Temp.MgtPortalTask($J,"Details")
classmethod OnPage() as %Status
Inherited description: 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
Given internal value of time format, return displable time format
Given internal value of timestamp format, return displable timestamp format
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()