View Source
Returns a table's SQL name.
function getTableName<table extends AnyTable>(table: table): TableName<table>;
Table SQL name.