MCPcopy
hub / github.com/github/gh-ost / IsAutoIncrementDefined

Method IsAutoIncrementDefined

go/sql/parser.go:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (atp *AlterTableParser) IsAutoIncrementDefined() bool {
184 return atp.isAutoIncrementDefined
185}
186
187func (atp *AlterTableParser) GetExplicitSchema() string {
188 return atp.explicitSchema

Calls

no outgoing calls