getTableName

View Source

Summary

Returns a table's SQL name.

Signature

function getTableName<table extends AnyTable>(table: table): TableName<table>;

Params

table

Returns

Table SQL name.