The namespace fix would go into endless loop if you left the ; off the end of the...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / sql / parser / SQLScript.java
1 package com.quantum.sql.parser;
2
3
4 /**
5  * @author BC
6  */
7 public class SQLScript {
8
9         public SQL[] getSQLStatements() {
10                 return null;
11         }
12 }