Previous Topic

Next Topic

Inhoudsopgave

Book Index

List_appcontext

list_appcontext( ‘app_context_name’ | ‘*’ | NULL, ‘attribute_name’ | ‘*’ | NULL )

Displays the specified attribute(s) in the specified application context(s).

Example

select set_appcontext( 'A_context', 'first_attribute', 'one-two-three' )

select set_appcontext( 'A_context', 'second_attribute', '1-2-3' )

select set_appcontext( 'Another_context', 'third_attribute', 'I-II-III' )

select list_appcontext( 'A_Context', '*' )

select list_appcontext( '*', '*' )

select get_appcontext( 'A_context', 'first_attribute' )

select rm_appcontext( 'A_context', 'first_attribute' )

select list_appcontext( '*', '*' )

select rm_appcontext( '*', '*' )