bee.honeyfactory

class HoneyFactory:

Honey Factory.

suid
suidRich
beeSql
objToSQL
preparedSql
condition
def getSuid(self):
def setSuid(self, suid):
def getSuidRich(self):
def setSuidRich(self, suidRich):
def getBeeSql(self):
def setBeeSql(self, beeSql):
def getObjToSQL(self):
def setObjToSQL(self, objToSQL):
def getPreparedSql(self):
def setPreparedSql(self, preparedSql):
def getCondition(self):
def setCondition(self, condition):
class BF:
@staticmethod
def suid():
@staticmethod
def suidRich():
@staticmethod
def condition():
@staticmethod
def preparedSql():
@staticmethod
def objToSQL():