Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcurrentIndex ¶ added in v0.10.1
type ConcurrentIndex struct {
ConcurrentOptions
}
ConcurrentIndex checks for concurrent index creation, dropping, and its transactional safety.
func NewConcurrentIndex ¶ added in v0.10.1
func NewConcurrentIndex(r *schemahcl.Resource) (*ConcurrentIndex, error)
NewConcurrentIndex creates a new concurrent-index Analyzer with the given options.
func (*ConcurrentIndex) Name ¶ added in v0.10.1
func (*ConcurrentIndex) Name() string
Name of the analyzer. Implements the sqlcheck.NamedAnalyzer interface.
Click to show internal directories.
Click to hide internal directories.