|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
org.apache.turbine.torque.engine.database.transform | Torque persistance layer. |
Uses of ParseException in org.apache.turbine.torque.engine.database.transform |
Methods in org.apache.turbine.torque.engine.database.transform that throw ParseException | |
private void |
SQLToAppData.next()
Deprecated. Move to the next token. |
private void |
SQLToAppData.err(java.lang.String name)
Deprecated. Creates an error condition and adds the line and column number of the current token to the error message. |
private void |
SQLToAppData.Create()
Deprecated. Parses a CREATE TABLE FOO command. |
private void |
SQLToAppData.Create_Table()
Deprecated. Parses a CREATE TABLE sql command |
private void |
SQLToAppData.Create_Table_Column(Table tbl)
Deprecated. Parses column information between the braces of a CREATE TABLE () sql statement. |
private void |
SQLToAppData.Create_Table_Column_Primary(Table tbl)
Deprecated. Parses PRIMARY KEY (FOO,BAR) statement |
private void |
SQLToAppData.Create_Table_Column_Unique(Table tbl)
Deprecated. Parses UNIQUE (NAME,FOO,BAR) statement |
private void |
SQLToAppData.Create_Table_Column_Foreign(Table tbl)
Deprecated. Parses FOREIGN KEY (BAR) REFERENCES TABLE (BAR) statement |
private void |
SQLToAppData.Create_Table_Column_Data(Table tbl)
Deprecated. Parse the data definition of the column statement. |
AppData |
SQLToAppData.execute()
Deprecated. Execute the parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |