ReleaseUpdateBulkCopyDB Class [AX 2012]
The ReleaseUpdateBulkCopyDB class executes the bulk copy of all upgrade tables.
Syntax
class ReleaseUpdateBulkCopyDB extends ReleaseUpdateDB
Run On
Server
Methods
Method | Description | |
---|---|---|
addCrossModuleDependency | Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.) | |
addCrossVersionModuleDependency | Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.) | |
addDependency | Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.) | |
addFinalJob | Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.) | |
addSharedJob | Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.) | |
addStandardJob | Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.) | |
addStartJob | Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.) | |
applyColumnAlias | ||
applyEnumValueTransformation | Applies a base enumeration value transformation on the field as part of the bulk copy operation. | |
applyFieldOptions | Applies a field option on the bulk copy operation. | |
applyIsNull | Gets a default value of a field when its value is nullNothingnullptrunita null reference (Nothing in Visual Basic) in the target table. | |
applyPartitionMapping | ||
applyRecIdPatching | Applies record ID patching on a table during bulk copy. | |
applyTransformation | ||
bulkCopyTable | Copies a table from the source to the target system. | |
callInsertUpdateRelatedSkipMethods | Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
closeConnections | Closes the connections that have been used to bulk copy tables. | |
createCommand | Gets an instance of the DbCommand class that is built on a SQL statement. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
fromVersion | Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.) | |
fromVersionEx | Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.) | |
getBcpRowCount | ||
getBcpRowCountEx | ||
getCompanyField | ||
getEnumValueTransformationList | Retrieves a list of the UpgradeEnumValueTransformation objects associated with a base enumeration value. | |
getMaxRecId | ||
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initAdditionalJobs | Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.) | |
initAdditionalUpdateJobs | Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.) | |
initConnections | Opens database connections that are used to bulk copy tables. | |
initDynamicTableDependencies | Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.) | |
initJobs | Builds a list of upgrade script classes and creates dependencies based on their attributes. (Overrides the initJobs Method.) | |
initJobsUsingUpgradeAttributes | Creates upgrade jobs and sets up their dependencies based on the attributes of every upgrade script method in a class. (Inherited from ReleaseUpdateDB.) | |
initOperationProgress | Creates a progress form that can be used to show the progress of an upgrade step. (Inherited from ReleaseUpdateDB.) | |
initPostSyncJobs | Contains the initial setup for the PostSync upgrade scripts. (Inherited from ReleaseUpdateDB.) | |
initPostSyncUpdateJobs | Contains the initial setup for the PostSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.) | |
initPreSyncJobs | Contains the initial setup for PreSync upgrade scripts. (Inherited from ReleaseUpdateDB.) | |
initPreSyncUpdateJobs | Contains the initial setup for PreSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.) | |
isConfKeyEnabledInPrevVersion | Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.) | |
moduleName | Gets the module name of an upgrade class. (Overrides the moduleName Method.) | |
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmCockpit | Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.) | |
parmCurrentBatch | Gets or sets the CurrentBatch parameter. (Overrides the parmCurrentBatch Method.) | |
parmEnumValueTransformationMap | Gets the EnumValueTransformationMap parameter. | |
parmScriptStage | Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.) | |
prefixCurrentClassId | Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.) | |
prefixCurrentVersion | Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.) | |
releaseUpdateJoin2Str | Converts a join type to a join string. | |
run | Runs the upgrade script. (Inherited from ReleaseUpdateDB.) | |
setImportfromVersion | Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.) | |
setModuleConfigKey | Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.) | |
setSourceConnection | Sets the source database connection. | |
setTargetConnection | Sets the target database connection. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
tableProgress | Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateTimeZone | ||
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validatedModuleName | Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::deleteDataInTableWithTableId | Truncates a table. | |
::flushNextRecIdForTable | Flushes the cache for next RecId value stored in the system sequence for a table. | |
::getRowCount | Gets number of rows of a table. |
Top
Inheritance Hierarchy
Object Class
ReleaseUpdateDB Class
ReleaseUpdateBulkCopyDB Class