Touchstone Re 2022 Database Reference
tPackageContent Table
AIRDBAdmin Database : tPackageContent Table
Description

Stores the SQL scripts that comprise packages.

Properties
Creation Date4/29/2019 11:20 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Identifier for the record.int4   
 

Unique system-generated sequential identifier for the package.

For a complete list of records, see tPackage Table.

int4   
 

Code that represents the data source that the package applies to, for example, the AIRExposure database.

For a complete list of codes, see tDataSourceType Table.

varchar10   
 AIR-specified notes about the content of the package.nvarchar16  
 

SQL that the system runs as part of the package.

A package includes one or more SQL scripts.

nvarchar16   
 

Indicates whether the package is in use.

  • 1 = Yes (in use)
  • 0 = No (script is deprecated)
bit1 
((0))
 
 Definition of rolled back script.nvarchar16  
Check Constraints
NameDescriptionExpression
 
([IsIgnorable]=(0) OR [RollbackScript] IS NULL)
Objects that tPackageContent depends on
 Database ObjectObject TypeDescriptionDep Level
tPackage tabletPackageTable

Stores information about the packages applied to the environment.

During system events such as register or upgrade events, the system uses the information in the table to determine whether a package applies to a target database.

1
See Also

Related Objects

AIRDBAdmin Database