Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MinNameLength is the minimal length of a name MinNameLength = 2 // MaxNameLength is the maximal length of a name MaxNameLength = 255 // MaxSQLIdentifierLength is the max length of a sql name // that we can support MaxSQLIdentifierLength = 64 )
Variables ¶
Functions ¶
func SQLIdentifier ¶
SQLIdentifier returns an error if the string value can't be used as a SQL identifier
func SQLNameOrUUID ¶
SQLNameOrUUID returns an error if the given value can not be a name or UUID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.