Merged the 3.1 compatibility patches from the eclipse3_1compat branch into the HEAD.
[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 }