UserDefinedFunction constructor

UserDefinedFunction({
  1. String? catalogId,
  2. String? className,
  3. DateTime? createTime,
  4. String? databaseName,
  5. String? functionName,
  6. String? ownerName,
  7. PrincipalType? ownerType,
  8. List<ResourceUri>? resourceUris,
})

Implementation

UserDefinedFunction({
  this.catalogId,
  this.className,
  this.createTime,
  this.databaseName,
  this.functionName,
  this.ownerName,
  this.ownerType,
  this.resourceUris,
});