ad_audit_generate_column_name

EveAndersson.com : API Browser : ad_audit_generate_column_name

ad_audit_generate_column_name

ad_audit_generate_column_name table column [ max_length ]
Defined in tcl/ad-audit-trail.tcl

Returns a max-length character (max) length identifier for the table and column name, joined at the hip by an underscore. This is used to ensure that bind variable names aren't too long.

Parameters:
table
column
max_length (defaults to "29")
[ show source ]

Show another procedure:

eve@eveandersson.com