Ferreteria/v0.6/fx: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
{{!-!}} <code>{{l/ver/fx|GetFTags}}()</code>
{{!-!}} <code>{{l/ver/fx|GetFTags}}()</code>
{{!-!}} <code>{{l/ver/fx|GetQObj}}(int|string $snKey) : QVarIface</code> || protected || retrieve-by-key an element from an array, wrapped in a QVar
{{!-!}} <code>{{l/ver/fx|GetQObj}}(int|string $snKey) : QVarIface</code> || protected || retrieve-by-key an element from an array, wrapped in a QVar
{{!-!}} <code>{{l/ver/fx|GetSchema}}(string $sName) : {{l/ver/fx|Sys\Data\Engine|Schema|SchemaIface}}</code> || public || retrieves an object for the given Schema from the current DB Connection
{{!-!}} <code>{{l/ver/fx|GetVals}}()</code>
{{!-!}} <code>{{l/ver/fx|GetVals}}()</code>
{{!-!}} <code>{{l/ver/fx|Go}}()</code> || || used as a kind of primary entry-point on objects that do specific actions
{{!-!}} <code>{{l/ver/fx|Go}}()</code> || || used as a kind of primary entry-point on objects that do specific actions
Line 18: Line 19:
{{!-!}} <code>{{l/ver/fx|ParseInputString}}()</code>
{{!-!}} <code>{{l/ver/fx|ParseInputString}}()</code>
{{!-!}} <code>{{l/ver/fx|PromptForMethod}}()</code> || || code-annotation method provided by {{l/ver/clade|Sys\Diag\Util|Helper}}
{{!-!}} <code>{{l/ver/fx|PromptForMethod}}()</code> || || code-annotation method provided by {{l/ver/clade|Sys\Diag\Util|Helper}}
{{!-!}} <code>{{l/ver/fx|QDbConnSlug}}()</code> || | retrieves the Database Connection shortname ([[slug]]) if available; always returns a Q{{l/ver/clade|Ferret\Data\Mem\QVar|Str}} object.
{{!-!}} <code>{{l/ver/fx|QDbConnSlug}}()</code> || || retrieves the Database Connection shortname ([[slug]]) if available; always returns a Q{{l/ver/clade|Ferret\Data\Mem\QVar|Str}} object.
{{!-!}} <code>{{l/ver/fx|QVarClass}}(int{{!}}string $snKey) : string</code> || protected || configures the QVar class to use for creating new elements in a {{l/ver/clade|Sys\Data\Things\Array|QStor}} array-object
{{!-!}} <code>{{l/ver/fx|QVarClass}}(int{{!}}string $snKey) : string</code> || protected || configures the QVar class to use for creating new elements in a {{l/ver/clade|Sys\Data\Things\Array|QStor}} array-object
{{!-!}} <code>{{l/ver/fx|SaveAsEngSchemaName}}()</code>
{{!-!}} <code>{{l/ver/fx|SaveAsEngSchemaName}}()</code>
{{!-!}} <code>{{l/ver/fx|WithItemValue}}()</code> protected
{{!-!}} <code>{{l/ver/fx|WithItemValue}}()</code> protected
|}
|}

Revision as of 21:07, 30 October 2025

Ferreteria v0.6: functions
key functions & methods
fx() name/definition attribs description/notes
Describe()
DescribeInline()
DoExport()
DoImport()
FromParams() static
FromItemPiece() static
GetFTags()
GetQObj(int|string $snKey) : QVarIface protected retrieve-by-key an element from an array, wrapped in a QVar
GetSchema(string $sName) : Schema public retrieves an object for the given Schema from the current DB Connection
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.
QVarClass(int|string $snKey) : string protected configures the QVar class to use for creating new elements in a QStor array-object
SaveAsEngSchemaName()
WithItemValue() protected