Examples of IntStringPairRowMapper


Examples of com.serotonin.db.pair.IntStringPairRowMapper

        return views;
    }

    public List<IntStringPair> getViewNames(int userId) {
        return query("select id, name from graphicalViews" + USER_ID_COND, new Object[] { userId, userId },
                new IntStringPairRowMapper());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.