Uses of Class
net.odoframework.sql.ColumnIndex
| Package | Description |
|---|---|
| net.odoframework.sql |
-
Uses of ColumnIndex in net.odoframework.sql
Methods in net.odoframework.sql that return ColumnIndex Modifier and Type Method Description ColumnIndexColumnIndex. extract(String... columns)ColumnIndexColumnIndex. extract(Set<String> columns)Methods in net.odoframework.sql that return types with arguments of type ColumnIndex Modifier and Type Method Description static Map<String,ColumnIndex>SQLUtils. getIndex(String sql)static Map<String,ColumnIndex>SQLUtils. getIndex(String sql, ResultSet rs)static Map<String,ColumnIndex>SQLUtils. indexResultSet(ResultSet rs)Method parameters in net.odoframework.sql with type arguments of type ColumnIndex Modifier and Type Method Description static voidSQLUtils. set(String sql, Map<String,ColumnIndex> index)