Moved the code in the "tests" plugin (plural) to the "test" fragment (singular)....
[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 }