RPSqlReplace table

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables 

RPSqlReplace table

The RPSqlReplace table contains the columns shown in the following table.

 

Column

Type

Key

Nullable

RPSqlReplace

Text (s72)

Y

N

RPSqlScript_

Text (s72)

N

N

Search

Text (S0)

N

Y

Replace

Text (S0)

N

Y

Attributes

Integer (i4)

N

N

Sequence

Integer (i2)

N

N

 

Columns

RPSqlReplace

ID of Sql Replace object.

 

RPSqlScript_

Foreign key to the RPSqlScript table

 

Search

String to search for

 

Replace

String that replaces the match on Search.

 

Attributes

1 = Match whole word only

2 = Match case

4 = Replace once only

 

Sequence

Order in which the text replacements are processed.