Documentation ¶
Index ¶
- func GetConnectionStateErrorSql(connectionName string, err error) db_common.QueryWithArgs
- func GetConnectionStateTableCreateSql() db_common.QueryWithArgs
- func GetDeleteConnectionStateSql(connectionName string) db_common.QueryWithArgs
- func GetIncompleteConnectionStateErrorSql(err error) db_common.QueryWithArgs
- func GetIncompleteConnectionStatePendingIncompleteSql() db_common.QueryWithArgs
- func GetNewConnectionStateTableInsertSql(c *modconfig.Connection) db_common.QueryWithArgs
- func GetSetConnectionStateCommentLoadedSql(connectionName string, commentsLoaded bool) db_common.QueryWithArgs
- func GetSetConnectionStateSql(connectionName string, state string) db_common.QueryWithArgs
- func GetStartUpdateConnectionStateSql(c *steampipeconfig.ConnectionState) db_common.QueryWithArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnectionStateErrorSql ¶
func GetConnectionStateErrorSql(connectionName string, err error) db_common.QueryWithArgs
func GetConnectionStateTableCreateSql ¶
func GetConnectionStateTableCreateSql() db_common.QueryWithArgs
func GetDeleteConnectionStateSql ¶
func GetDeleteConnectionStateSql(connectionName string) db_common.QueryWithArgs
func GetIncompleteConnectionStateErrorSql ¶
func GetIncompleteConnectionStateErrorSql(err error) db_common.QueryWithArgs
func GetIncompleteConnectionStatePendingIncompleteSql ¶
func GetIncompleteConnectionStatePendingIncompleteSql() db_common.QueryWithArgs
func GetNewConnectionStateTableInsertSql ¶
func GetNewConnectionStateTableInsertSql(c *modconfig.Connection) db_common.QueryWithArgs
func GetSetConnectionStateCommentLoadedSql ¶
func GetSetConnectionStateCommentLoadedSql(connectionName string, commentsLoaded bool) db_common.QueryWithArgs
func GetSetConnectionStateSql ¶
func GetSetConnectionStateSql(connectionName string, state string) db_common.QueryWithArgs
func GetStartUpdateConnectionStateSql ¶
func GetStartUpdateConnectionStateSql(c *steampipeconfig.ConnectionState) db_common.QueryWithArgs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.