table_name

Returns current table name.

Target function

Signature

1table_name()

Returns current table name.

table_name is a global callable that can be used wherever an expression is valid. table_name is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Examples

Basic call

1table_name
The example shows the call shape; use bind values and checked errors for visitor-supplied data.