Ferreteria/v0.6/fx: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{fmt/title|Ferreteria v0.6: functions|key functions & methods}}
{{fmt/title|Ferreteria v0.6: functions|key methods (class functions)}}
{| class="wikitable"
{| class="wikitable"
! fx() name/definition || attribs || description/notes
! fx() name/definition || attribs || description/notes
Line 18: Line 18:
{{!-!}} <code>{{l/ver/fx|ODbConn}}()</code> || || retrieves the applicable database connection object
{{!-!}} <code>{{l/ver/fx|ODbConn}}()</code> || || retrieves the applicable database connection object
{{!-!}} <code>{{l/ver/fx|Open}}()</code> || || opens a connection (opposite: <code>{{l/ver/fx|Shut}}()</code>)
{{!-!}} <code>{{l/ver/fx|Open}}()</code> || || opens a connection (opposite: <code>{{l/ver/fx|Shut}}()</code>)
{{!-!}} <code>{{l/ver/fx|OpenConnection}}()</code> || || also opens a connection... (opposite: <code>{{l/ver/fx|ShutConnection}}()</code>)
{{!-!}} <code>{{l/ver/fx|ParseInputArgs}}()</code>
{{!-!}} <code>{{l/ver/fx|ParseInputArgs}}()</code>
{{!-!}} <code>{{l/ver/fx|ParseInputString}}()</code>
{{!-!}} <code>{{l/ver/fx|ParseInputString}}()</code>
Line 25: Line 26:
{{!-!}} <code>{{l/ver/fx|SaveAsEngSchemaName}}()</code>
{{!-!}} <code>{{l/ver/fx|SaveAsEngSchemaName}}()</code>
{{!-!}} <code>{{l/ver/fx|Shut}}()</code> || || closes an open connection (opposite: <code>{{l/ver/fx|Open}}()</code>)
{{!-!}} <code>{{l/ver/fx|Shut}}()</code> || || closes an open connection (opposite: <code>{{l/ver/fx|Open}}()</code>)
{{!-!}} <code>{{l/ver/fx|ShutConnection}}()</code> || || closes an open connection (opposite: <code>{{l/ver/fx|OpenConnection}}()</code>)
{{!-!}} <code>{{l/ver/fx|WithItemValue}}()</code> || protected
{{!-!}} <code>{{l/ver/fx|WithItemValue}}()</code> || protected
|}
|}

Revision as of 02:22, 31 October 2025

Ferreteria v0.6: functions
key methods (class functions)
fx() name/definition attribs description/notes
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() retrieves the applicable database connection object
Open() opens a connection (opposite: Shut())
OpenConnection() also opens a connection... (opposite: ShutConnection())
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())
ShutConnection() closes an open connection (opposite: OpenConnection())
WithItemValue() protected