| |
|
| java.lang.Object org.relique.jdbc.csv.CsvSqlParser
CsvSqlParser | public class CsvSqlParser (Code) | | Class is used for parsing sql statements.
author: Zoran Milakovic |
BINARY_STREAM_OBJECT | final public static String BINARY_STREAM_OBJECT(Code) | | |
DOUBLE_QUOTE_ESCAPE | final public static String DOUBLE_QUOTE_ESCAPE(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 - |
|
|
|