Ferreteria/v0.6/fx: Difference between revisions
< Ferreteria | v0.6
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{fmt/title|Ferreteria v0.6: functions|key methods (class functions)}} | {{fmt/title|Ferreteria v0.6: functions|key methods (class functions)}} | ||
{| class="wikitable" | {| class="wikitable" | ||
! fx() name | ! fx() name || attribs || description/notes | ||
{{!-!}} <code>{{l/ver/fx|ActionClass}}()</code> || protected || sets the {{l/ver/clade|Sys/Events/ItWent|CommOp}} class for <code>{{l/ver/fx|DoCommand}}()</code> to return | |||
{{!-!}} <code>{{l/ver/fx|Describe}}()</code> | {{!-!}} <code>{{l/ver/fx|Describe}}()</code> | ||
{{!-!}} <code>{{l/ver/fx|DescribeInline}}()</code> | {{!-!}} <code>{{l/ver/fx|DescribeInline}}()</code> | ||
Revision as of 02:15, 1 November 2025
|
Ferreteria v0.6: functions key methods (class functions)
|
| fx() name | attribs | description/notes |
|---|---|---|
ActionClass() |
protected | sets the CommOp class for DoCommand() to return
|
Describe()
| ||
DescribeInline()
| ||
DoCommand() | ||
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() |
retrieve the applicable database connection object | |
Open() |
open a connection (opposite: Shut())
| |
OpenProcess() |
open/start a process | |
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()
| ||
Shut() |
closes an open connection (opposite: Open())
| |
WithItemValue() |
protected |