mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-01 17:01:00 -05:00
14 lines
489 B
Go
14 lines
489 B
Go
package constants
|
|
|
|
const MaxPreparedStatementNameLength = 63
|
|
const PreparedStatementQuerySuffix = "_q"
|
|
const PreparedStatementControlSuffix = "_c"
|
|
const PreparedStatementChartSuffix = "_ch"
|
|
const PreparedStatementFlowSuffix = "_f"
|
|
const PreparedStatementGraphSuffix = "_g"
|
|
const PreparedStatementHierarchySuffix = "_h"
|
|
const PreparedStatementImageSuffix = "_im"
|
|
const PreparedStatementInputSuffix = "_ip"
|
|
const PreparedStatementCardSuffix = "_cd"
|
|
const PreparedStatementTableSuffix = "_t"
|