createAlias method

  1. @override
$DeviceResourceAuditTable createAlias(
  1. String alias
)

Creates an alias of this table or view that will write the name alias when used in a query.

Implementation

@override
$DeviceResourceAuditTable createAlias(String alias) {
  return $DeviceResourceAuditTable(attachedDatabase, alias);
}