| |
|
| java.lang.Object org.webdocwf.util.i18njdbc.I18nSqlParser
I18nSqlParser | public class I18nSqlParser (Code) | | Class is used for parsing sql statements.
author: Zoran Milakovic author: Zeljko Kovacevic |
BINARY_STREAM_OBJECT | final public static String BINARY_STREAM_OBJECT(Code) | | |
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(Statement statement) throws Exception(Code) | | Parse sql statement.
Parameters: statement - Statement object which wrap sql statement exception: Exception - Description of Exception |
setBinaryStreamList | public void setBinaryStreamList(ArrayList list)(Code) | | Set setBinaryStreamList.
Parameters: list - |
|
|
|