Module XALTdb
[hide private]
[frames] | no frames]

Module XALTdb

source code

Classes [hide private]
  XALTdb
This XALTdb class opens the XALT database and is responsible for all the database interactions.
Functions [hide private]
 
convertToInt(s)
Convert to string to int.
source code
Variables [hide private]
  patSQ = re.compile("'")
Function Details [hide private]

convertToInt(s)

source code 

Convert to string to int. Protect against bad input.

Parameters:
  • s - Input string
Returns:
integer value. If bad return 0.