Stores the function strings associated with each function.
Column  | 
Datatype  | 
Description  | 
|---|---|---|
prsid  | 
int  | 
Site where this row is primary  | 
classid  | 
rs_id  | 
Class the function string belongs to  | 
funcid  | 
rs_id  | 
Function this string is for  | 
name  | 
varchar(255)  | 
Function string name  | 
fstringid  | 
rs_id  | 
ID for this function string  | 
attributes  | 
smallin  | 
Attributes of the function string: 
  | 
parameters  | 
smallint  | 
Number of parameters in this function string  | 
param_hash  | 
int  | 
Hash value of input template  | 
expiredate  | 
datetime  | 
Date the function string should expire. This is used for dynamic function string expiration  | 
rowtype  | 
tinyint  | 
1 if this row is replicated, 0 if not  | 
minvers  | 
int  | 
Minimum version required to support the function string. This means that if a function string has minvers value of 15.0, it will not replicate to sites below 15.0  | 
Unique clustered index on (classid, funcid, name)
Unique index on (fstringid)