createAlias method
- String alias
override
Creates an alias of this table or view that will write the name alias
when used in a query.
Implementation
@override
$CallCredentialsTable createAlias(String alias) {
return $CallCredentialsTable(attachedDatabase, alias);
}