Documentation ¶
Index ¶
Constants ¶
View Source
const ( DatabaseOperationExec = "exec" DatabaseOperationQuery = "query" SqlArgParameterPrefix = "sql.args." // index from 0 (1st arg passing to sql) SqlReturnParameterPrefix = "sql.result." // index from 0 (1st arg passing to sql) SqlAffectedRowCountKey = "sql.affected_row_count" SqlReturnArrayParameterKey = "sql.results" SqlReturnArrayElementParameterPrefix = "arg" //argX )
Variables ¶
This section is empty.
Functions ¶
func InitTarget ¶
func InitTarget(a pluginapi.ApplicationSupport) error
func NewPostgresConnectorGenerator ¶ added in v0.0.3
func NewPostgresConnectorGenerator() pluginapi.TargetConnectorGenerator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.