MCPcopy
hub / github.com/sqldef/sqldef / String

Method String

parser/node.go:1147–1152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1145}
1146
1147func (ic IndexColumn) String() string {
1148 if ic.Expression != nil {
1149 return String(ic.Expression)
1150 }
1151 return ic.Column.Name
1152}
1153
1154// LengthScaleOption is used for types that have an optional length
1155// and scale

Callers 15

ReadFilesFunction · 0.45
domainsMethod · 0.45
buildExportTableDDLMethod · 0.45
postgresBuildDSNFunction · 0.45
buildExportTableDDLMethod · 0.45
mssqlBuildDSNFunction · 0.45
StringFunction · 0.45
FormatMethod · 0.45

Calls 1

StringFunction · 0.85

Tested by

no test coverage detected