SQLStatementParser.parseStatementList

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(SQLStatement) parseStatementList()
  2. List!(SQLStatement) parseStatementList(SQLObject parent)
  3. void parseStatementList(List!(SQLStatement) statementList)
  4. void parseStatementList(List!(SQLStatement) statementList, int max)
  5. void parseStatementList(List!(SQLStatement) statementList, int max, SQLObject parent)
    class SQLStatementParser
    void
    parseStatementList
    (
    List!(SQLStatement) statementList
    ,
    int max
    ,
    SQLObject parent
    )

Meta