Versions in this module Expand all Collapse all v1 v1.0.0 Sep 22, 2024 Changes in this version + const HighPriorityValue + const LowPriorityValue + const MediumPriorityValue + func PriorityValueToName(value uint64) string + type CIStr struct + L string + O string + func NewCIStr(s string) (cs CIStr) + func (cis *CIStr) MemoryUsage() (sum int64) + func (cis *CIStr) UnmarshalJSON(b []byte) error + func (cis CIStr) String() string + type ColumnChoice byte + const AllColumns + const ColumnList + const DefaultChoice + const PredicateColumns + func (s ColumnChoice) String() string + type IndexType int + const IndexTypeBtree + const IndexTypeHash + const IndexTypeHypo + const IndexTypeInvalid + const IndexTypeRtree + func (t IndexType) String() string + type PartitionType int + const PartitionTypeHash + const PartitionTypeKey + const PartitionTypeList + const PartitionTypeNone + const PartitionTypeRange + const PartitionTypeSystemTime + func (p PartitionType) String() string + type PrimaryKeyType int8 + const PrimaryKeyTypeClustered + const PrimaryKeyTypeDefault + const PrimaryKeyTypeNonClustered + func (p PrimaryKeyType) String() string + type ReferOptionType int + const ReferOptionCascade + const ReferOptionNoAction + const ReferOptionNoOption + const ReferOptionRestrict + const ReferOptionSetDefault + const ReferOptionSetNull + func (r ReferOptionType) String() string + type RunawayActionType int32 + const RunawayActionCooldown + const RunawayActionDryRun + const RunawayActionKill + const RunawayActionNone + const RunawayActionSwitchGroup + func (t RunawayActionType) String() string + type RunawayOptionType int + const RunawayAction + const RunawayRule + const RunawayWatch + type RunawayWatchType int32 + const WatchExact + const WatchNone + const WatchPlan + const WatchSimilar + func (t RunawayWatchType) String() string + type TableLockType byte + const TableLockNone + const TableLockRead + const TableLockReadLocal + const TableLockReadOnly + const TableLockWrite + const TableLockWriteLocal + func (t TableLockType) String() string + type ViewAlgorithm int + const AlgorithmMerge + const AlgorithmTemptable + const AlgorithmUndefined + func (v *ViewAlgorithm) String() string + type ViewCheckOption int + const CheckOptionCascaded + const CheckOptionLocal + func (v *ViewCheckOption) String() string + type ViewSecurity int + const SecurityDefiner + const SecurityInvoker + func (v *ViewSecurity) String() string