Uranium
Application Framework
Loading...
Searching...
No Matches
UM.Settings.SQLQueryFactory.SQLQueryFactory Class Reference

Public Member Functions

None __init__ (self, str table, metadata_type fields)
 
str table (self)
 
None table (self, str value)
 
metadata_type fields (self)
 
None fields (self, metadata_type value)
 
str create (self)
 
str insert (self)
 
str update (self)
 
str select (self)
 
str delete (self)
 

Protected Member Functions

None _update_queries (self)
 

Protected Attributes

 _table
 
 _fields
 

Detailed Description

Provides the SQL query strings

Member Function Documentation

◆ create()

str UM.Settings.SQLQueryFactory.SQLQueryFactory.create ( self)
Create SQL query 

◆ delete()

str UM.Settings.SQLQueryFactory.SQLQueryFactory.delete ( self)
Delete SQL query 

◆ fields()

metadata_type UM.Settings.SQLQueryFactory.SQLQueryFactory.fields ( self)
DB fields

◆ insert()

str UM.Settings.SQLQueryFactory.SQLQueryFactory.insert ( self)
Insert SQL query 

◆ select()

str UM.Settings.SQLQueryFactory.SQLQueryFactory.select ( self)
Select SQL query 

◆ table()

str UM.Settings.SQLQueryFactory.SQLQueryFactory.table ( self)
DB table name

◆ update()

str UM.Settings.SQLQueryFactory.SQLQueryFactory.update ( self)
Update SQL query 

The documentation for this class was generated from the following file: