abstract class Scope::Check
- Scope::Check
- Reference
- Object
Direct Known Subclasses
- Scope::Bloat
- Scope::Blocking
- Scope::CacheHit
- Scope::Calls
- Scope::Connections
- Scope::IndexHit
- Scope::IndexSize
- Scope::Locks
- Scope::LongRunning
- Scope::Mandelbrot
- Scope::Outliers
- Scope::SeqScans
- Scope::TableInfo
- Scope::UnusedIndexes
- Scope::VacuumStats
Defined in:
cb/scope_checks/check.crConstructors
Class Method Summary
Instance Method Summary
- #conn : DB::Database
- #conn=(conn : DB::Database)
- #desc
- #name
- #query
- #run : Table
- #simple_run
-
#to_s(io : IO)
Appends a short String representation of this object which includes its class name and its object address.
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Reference
Appends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>