AifSqlCtChangeTracking Class [AX 2012]

The AifSqlCtChangeTracking class is an SQL CDC Change Tracking provider.

class AifSqlCtChangeTracking extends AifChangeTracking

Run On

Server

  MethodDescription
Gg771123.protmethod(en-us,AX.60).gif addJoinedDataSources
Gg771123.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg771123.protmethod(en-us,AX.60).gif createChangedItemSql Generates an SQL statement that contains SQL CDC functions. (Overrides the createChangedItemSql Method.)
Gg771123.protmethod(en-us,AX.60).gif createDeclarationBlock
Gg771123.protmethod(en-us,AX.60).gif createDeletedItemSql Generates a SQL statement that contains SQL CDC Functions. (Overrides the createDeletedItemSql Method.)
Gg771123.protmethod(en-us,AX.60).gif createRootTableJoin
Gg771123.protmethod(en-us,AX.60).gif createSelectBlock
Gg771123.protmethod(en-us,AX.60).gif createSelectStatementForDatasource
Gg771123.privmethod(en-us,AX.60).gif createSql
Gg771123.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg771123.protmethod(en-us,AX.60).gif fillTempTable Fills the temporary table by running the specified SQL parameter. (Inherited from AifChangeTracking.)
Gg771123.pubmethod(en-us,AX.60).gif getChanges Gets the changes again the last synchronization time. (Inherited from AifChangeTracking.)
Gg771123.pubmethod(en-us,AX.60).gif getDeletes Gets deletes since the last synchronization time. (Inherited from AifChangeTracking.)
Gg771123.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg771123.privmethod(en-us,AX.60).gif getVersionFromDateTime
Gg771123.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg771123.protmethod(en-us,AX.60).gif initialize Initializes the change tracking provider. (Overrides the initialize Method.)
Gg771123.protmethod(en-us,AX.60).gif initializeVersion Converts the data time value into a Microsoft SQL Server Change Tracking version, and indicates whether a version was not found; this implies a full sync is required.
Gg771123.pubmethod(en-us,AX.60).gif isChangeTrackingEnabled Indicates whether SQL Server CDC is enabled. (Overrides the isChangeTrackingEnabled Method.)
Gg771123.pubmethod(en-us,AX.60).gif isChangeTrackingEnabledForQuery Checks whether Microsoft SQL Server Change Tracking is enabled for a query. (Overrides the isChangeTrackingEnabledForQuery Method.)
Gg771123.pubmethod(en-us,AX.60).gif isChangeTrackingEnabledForTable Checks whether Microsoft SQL Server Change Tracking is enabled and whether the supplied table is registered in the AifSqlCdcEnabledTables configuration table. (Overrides the isChangeTrackingEnabledForTable Method.)
Gg771123.pubmethod(en-us,AX.60).gif isFullSynchronizationRequired Determines whether change tracking information is available for a given date and time. (Overrides the isFullSynchronizationRequired Method.)
Gg771123.protmethod(en-us,AX.60).gif isPrimaryIndexRecId Checks whether the primary index is a Record ID index.
Gg771123.pubmethod(en-us,AX.60).gif new Initializes a new instance of the AifSqlCtChangeTracking class.
Gg771123.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg771123.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg771123.protmethod(en-us,AX.60).gif Gg771123.static(en-us,AX.60).gif ::getCurrentCtVersion
Gg771123.pubmethod(en-us,AX.60).gif Gg771123.static(en-us,AX.60).gif ::recordCurrentVersion Updates the current version table in order to find a version from a date time in a more predictable method.
Top

Community Additions

ADD
Show: