Package net.sf.jkniv.sqlegance.statement
Interface ColumnParser
-
public interface ColumnParserParser the columns names from SQL.- Since:
- 0.6.0
- Author:
- Alisson Gomes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]extract(String sql)Extract the column or alias names from SQL.
-