package
0.0.0-20240920054621-9973a10c1709
Repository: https://github.com/drkisler/datapedestal.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func GetSourceTableDDLSQL(userID int32, params map[string]any) common.TResponse {
ptc, _, err := ctl.ParsePullTableControl(¶ms)
if err != nil {
return *common.Failure(err.Error())
}
ptc.OperatorID = userID
return *(ptc.GetSourceTableDDL())
}
*/.