acs::db::nsdb-postgresql method call acs_reference new (public)
<instance of acs::db::nsdb-postgresql> call acs_reference new \ [ -dbn dbn ] [ -repository_id repository_id ] \ -table_name table_name [ -internal_data_p internal_data_p ] \ [ -package_name package_name ] [ -last_update last_update ] \ [ -source source ] [ -source_url source_url ] \ [ -effective_date effective_date ] [ -expiry_date expiry_date ] \ [ -maintainer_id maintainer_id ] [ -notes notes ] \ [ -first_names first_names ] [ -last_name last_name ] \ [ -creation_ip creation_ip ] [ -object_type object_type ] \ [ -creation_user creation_user ]
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer {character varying} boolean {character varying} {timestamp with time zone} {character varying} {character varying} {timestamp with time zone} {timestamp with time zone} integer integer {character varying} {character varying} integer {character varying} integer
- Switches:
- -dbn (optional)
- -repository_id (optional, accept empty)
- -table_name (required)
- -internal_data_p (optional, defaults to
""f""
)- -package_name (optional, accept empty)
- -last_update (optional, defaults to
"sysdate"
)- -source (optional, accept empty)
- -source_url (optional, accept empty)
- -effective_date (optional, defaults to
"sysdate"
)- -expiry_date (optional, accept empty)
- -maintainer_id (optional, accept empty)
- -notes (optional, defaults to
"null (not Oracle empty_blob())"
)- -first_names (optional, accept empty)
- -last_name (optional, accept empty)
- -creation_ip (optional, accept empty)
- -object_type (optional, defaults to
""acs_reference_repository""
)- -creation_user (optional, accept empty)
- Testcases:
- No testcase defined.