Some tables, views, functions, are intended for the developer to call directly from the command prompt. Others are parts of the internal workings. Decorate the "public" API in semantics, so that the user can be presented with available methods and entry points, and we can document only the public stuff.
Some tables, views, functions, are intended for the developer to call directly from the command prompt. Others are parts of the internal workings. Decorate the "public" API in semantics, so that the user can be presented with available methods and entry points, and we can document only the public stuff.