06 marzo 2008

dump di un object type

To dump a type, as a simple object, in IAPI you enter the following:

API> retrieve,c,dm_type where name = ''
after you retrieve the id, you enter:
API> dump,c,

For Example:
API>retrieve,c,dm_type where name ='dm_document'
...
0308bc8d80000129

API>dump,c,0308bc8d80000129
...
USER ATTRIBUTES

name : dm_document
super_name : dm_sysobject
attr_count : 85
start_pos : 85
owner : ddvm53o92
s_index_attr : 0000000000000000
info : 2e08bc8d80000129
attr_name [ 0]: object_name
[ 1]: r_object_type
[ 2]: title
...

Nessun commento: