|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuba.db.sql.parser.SQLParser
public class SQLParser
Parser de SQL.
| Constructor Summary | |
|---|---|
SQLParser()
|
|
| Method Summary | |
|---|---|
Sentence |
parse(java.lang.String sqlCommand)
Crea una representación en objetos de un comando SQL a partir de un String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLParser()
| Method Detail |
|---|
public Sentence parse(java.lang.String sqlCommand)
throws SQLParserException
sqlCommand - el String a parsear.
Sentence que representa el
comando SQL.
SQLParserException - ocurrio una excepción durante el parsing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||