IasCdb.SqlFile
index
/home/ubuntu/IasRoot/lib/python3.10/site-packages/IasCdb/SqlFile.py

 
Classes
       
builtins.object
SqlFile

 
class SqlFile(builtins.object)
    SqlFile(fileName)
 
The object to read SQL script for a file
 
SqlFile
* remove inline comments (starting with --)
* remove lulti line comments /*...*/
* assumes that ';' appears only as separator of SQL commands
 
  Methods defined here:
__init__(self, fileName)
Initialize self.  See help(type(self)) for accurate signature.
getSQLStatements(self)
:return: The SQL statements read from the SQL file

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)