MCPcopy Create free account
hub / github.com/apecloud/myduckserver / GetChecks

Method GetChecks

catalog/table.go:964–969  ·  view source on GitHub ↗

CheckConstraints implements sql.CheckTable.

(ctx *sql.Context)

Source from the content-addressed store, hash-verified

962 ColumnName: columnName,
963 ColumnIndex: columnIndex,
964 DataType: dataType,
965 IsNullable: isNullable,
966 ColumnDefault: columnDefault,
967 Comment: comment,
968 }
969 columns = append(columns, columnInfo)
970 }
971
972 if err = rows.Err(); err != nil {

Callers 1

BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected