Values.UpdatePreparedStatementInputSourceUpdates a prepared statement.
type nonrec t = {statementName : StatementName.t;The name of the prepared statement.
*)workGroup : WorkGroupName.t;The workgroup for the prepared statement.
*)queryStatement : QueryString.t;The query string for the prepared statement.
*)description : DescriptionString.t option;The description of the prepared statement.
*)}val make :
?description:??? ->
statementName:StatementName.t ->
workGroup:WorkGroupName.t ->
queryStatement:QueryString.t ->
unit ->
t