|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tekann.codegen.pda.util.SQLFileParser
public class SQLFileParser
Parser the file in the DBToPDAScript library, filling the tables.
| Field Summary | |
|---|---|
static boolean |
LOG
Log file content. |
| Constructor Summary | |
|---|---|
SQLFileParser()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
parseSQL(byte[] sqlFileContent)
Parses the sqlFileContent |
static java.lang.String[] |
parseSQL(byte[] sqlFileContent,
char lineSeparator)
Parses the sqlFileContent splitting according to the passed lineSeparator |
static java.lang.Object[] |
parseSQL(java.lang.String sqlFileName)
Parse the file and returns an array of queries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean LOG
| Constructor Detail |
|---|
public SQLFileParser()
| Method Detail |
|---|
public static java.lang.String[] parseSQL(byte[] sqlFileContent)
sqlFileContent -
public static java.lang.String[] parseSQL(byte[] sqlFileContent,
char lineSeparator)
sqlFileContent - lineSeparator -
public static java.lang.Object[] parseSQL(java.lang.String sqlFileName)
sqlFileName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||