Files
steampipe/pkg/constants/prepared_statements.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"