| |
|
| java.lang.Object org.webdocwf.util.loader.SqlParser
SqlParser | public class SqlParser (Code) | | Class is used for parsing sql statements.
author: Zoran Milakovic |
getColumnNames | public String[] getColumnNames()(Code) | | Gets the columnNames attribute of the SqlParser object
The columnNames value |
getTableName | public String getTableName()(Code) | | Gets the tableName attribute of the SqlParser object
The tableName value |
getWhereColumnNames | public String[] getWhereColumnNames()(Code) | | |
getWhereColumnValues | public String[] getWhereColumnValues()(Code) | | |
parse | public void parse(String sql) throws Exception(Code) | | Parse sql statement.
Parameters: sql - defines SQL statement exception: Exception - Description of Exception |
|
|
|