Show TOC

rs_targetobjsLocate this document in the navigation structure

Stores information for target tables or stored procedures.

Column

Datatype

Description

dbid

int

Unique identifier for the database.

objname

varchar(255)

Name of the table or stored procedure.

objowner

varchar(30)

Owner of the table or stored procedure.

objid

rs_id

Object ID.

objtype

char(1)

One of the object types:
  • S – stored procedure.
  • T – table.

attributes

int

This column shows:
  • 0x01 - Has customized function string for rs_writetext.

  • 0x02 - Has customized function string for rs_textptr_init.

  • 0x04 - Has customized function string for rs_get_textptr.
Indexes
  • Unique clustered index on (dbid, objname, objowner , objtype)

  • Unique index on (objid )