EctoDBScanner.Result.Table (EctoDBScanner v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %EctoDBScanner.Result.Table{
  check_constraints: [EctoDBScanner.Result.CheckConstraint.t()],
  columns: [EctoDBScanner.Result.Column.t()],
  index_size_bytes: integer(),
  indexes: [EctoDBScanner.Result.Index.t()],
  name: String.t(),
  row_count: integer(),
  size_bytes: integer(),
  total_size_bytes: integer(),
  type: :table | :view | :materialized_view,
  unique_constraints: [EctoDBScanner.Result.UniqueConstraint.t()]
}