MCPcopy Index your code
hub / github.com/apache/devlake / PrimaryKey

Method PrimaryKey

backend/core/dal/dal.go:97–97  ·  view source on GitHub ↗

varchar(64)

()

Source from the content-addressed store, hash-verified

95 DatabaseTypeName() string // varchar
96 ColumnType() (columnType string, ok bool) // varchar(64)
97 PrimaryKey() (isPrimaryKey bool, ok bool)
98 AutoIncrement() (isAutoIncrement bool, ok bool)
99 Length() (length int64, ok bool)
100 DecimalSize() (precision int64, scale int64, ok bool)

Callers 2

GetPrimarykeyColumnsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected