Uses of Class
org.zalando.typemapper.parser.postgres.Element
-
Packages that use Element Package Description org.zalando.typemapper.parser.postgres -
-
Uses of Element in org.zalando.typemapper.parser.postgres
Methods in org.zalando.typemapper.parser.postgres that return Element Modifier and Type Method Description ElementRowMapper. mapRow(ResultSet rs, String columnName)Methods in org.zalando.typemapper.parser.postgres that return types with arguments of type Element Modifier and Type Method Description List<Element>RowMapper. mapRowToList(ResultSet rs, String columnNameArray)
-