Skip to main content

%CSP.UI.SQL.ExImWizardResultPage

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.

Method Inventory

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 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
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
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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab