Ferreteria/v0.6/fx: Difference between revisions
< Ferreteria | v0.6
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
* {{l/ver/fx|DoImport}}() | * {{l/ver/fx|DoImport}}() | ||
* {{l/ver/fx|FromParams}}() (static) | * {{l/ver/fx|FromParams}}() (static) | ||
* {{l/ver/fx|FromItemPiece}}() (static) | |||
* {{l/ver/fx|GetFTags}}() | * {{l/ver/fx|GetFTags}}() | ||
* {{l/ver/fx|GetVals}}() | * {{l/ver/fx|GetVals}}() | ||
* {{l/ver/fx|Go}}: used as a kind of primary entry-point on objects that do specific actions | * {{l/ver/fx|Go}}(): used as a kind of primary entry-point on objects that do specific actions | ||
* {{l/ver/fx|HowItWent}}(): returns an object's {{l/ver/clade|Sys\Events|ItWent}} action-status object | * {{l/ver/fx|HowItWent}}(): returns an object's {{l/ver/clade|Sys\Events|ItWent}} action-status object | ||
* {{l/ver/fx|NameOfInput}} | * {{l/ver/fx|NameOfInput}} | ||
| Line 16: | Line 17: | ||
* {{l/ver/fx|QDbConnSlug}}(): retrieves the Database Connection shortname ([[slug]]) if available; always returns a Q{{l/ver/clade|Ferret\Data\Mem\QVar|Str}} object. | * {{l/ver/fx|QDbConnSlug}}(): retrieves the Database Connection shortname ([[slug]]) if available; always returns a Q{{l/ver/clade|Ferret\Data\Mem\QVar|Str}} object. | ||
* {{l/ver/fx|SaveAsEngSchemaName}}() | * {{l/ver/fx|SaveAsEngSchemaName}}() | ||
* {{l/ver/fx|WithItemValue}}() (protected) | |||
Revision as of 13:57, 27 October 2025
|
Ferreteria v0.6: functions key functions & methods
|
- Describe()
- DescribeInline()
- DoExport()
- DoImport()
- FromParams() (static)
- FromItemPiece() (static)
- GetFTags()
- GetVals()
- Go(): used as a kind of primary entry-point on objects that do specific actions
- HowItWent(): returns an object's ItWent action-status object
- NameOfInput
- ODbConn: retrieves the applicable database connection object
- ParseInputArgs()
- ParseInputString()
- PromptForMethod(): code-annotation method provided by Helper
- QDbConnSlug(): retrieves the Database Connection shortname (slug) if available; always returns a QStr object.
- SaveAsEngSchemaName()
- WithItemValue() (protected)