Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TestNonUnique test type of create none unique index. TestNonUnique testType = iota // TestUnique test type of create unique index. TestUnique // TestPK test type of create Primary key. TestPK // TestGenIndex test type of create generated col index. TestGenIndex // TestMultiCols test type of multi columns in one index. TestMultiCols )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompatibilityContext ¶
type CompatibilityContext struct {
// contains filtered or unexported fields
}
CompatibilityContext is context of compatibility test.
Click to show internal directories.
Click to hide internal directories.