Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
Classes | |
class | pyRT.gatea.sys.GLodbc.GLodbc |
A connection to an ODBC data source, usually a specific database. More... | |
Namespaces | |
pyRT.gatea.sys.GLodbc | |
Resilient pyodbc connection to ODBC d/b. | |
Functions | |
def | pyRT.gatea.sys.GLodbc.BuildInsert |
Builds an INSERT statement from list of columns and values. More... | |
def | pyRT.gatea.sys.GLodbc.GetColHdr |
Return list of column headers. More... | |
def | pyRT.gatea.sys.GLodbc.GetColInfo |
Return column headers for 'tbl'. More... | |
def | pyRT.gatea.sys.GLodbc.GetColTypes |
Query d/b for column types for a list of column names. More... | |
def | pyRT.gatea.sys.GLodbc.Insert |
Execute a list of prebuilt INSERT statements. More... | |
def | pyRT.gatea.sys.GLodbc.Query |
Execute SELECT statement. More... | |
def | pyRT.gatea.sys.GLodbc.RawQuery |
Execute raw query. More... | |
def | pyRT.gatea.sys.GLodbc.SyncInsert |
Blocking Insert. More... | |
def | pyRT.gatea.sys.GLodbc.Update |
Execute UPDATE command. More... | |
def | pyRT.gatea.sys.GLodbc.Value2String |
Returns string-ified version of native Python type. More... | |
Variables | |
pyRT.gatea.sys.GLodbc._err | |
pyRT.gatea.sys.GLodbc._state | |
[ row for row in rows ] More... | |
pyRT.gatea.sys.GLodbc._sts | |
pyRT.gatea.sys.GLodbc._tQry | |