Uses of Class
com.jk.data.dataaccess.core.JKDbIdValue
Packages that use JKDbIdValue
-
Uses of JKDbIdValue in com.jk.data.dataaccess.core
Methods in com.jk.data.dataaccess.core that return types with arguments of type JKDbIdValueModifier and TypeMethodDescriptionstatic Vector<JKDbIdValue>JKDbIdValue.createList(int[] ids, Object[] values) This method creates a list ofJKDbIdValueinstances from arrays of IDs and values.static Vector<JKDbIdValue>JKDbIdValue.createList(Object[] values) This method creates a list ofJKDbIdValueinstances from an array of values.JKDataAccessImpl.executeQueryAsIdValue(String query, Object... params) This method executes a database query and returns the result as a list ofJKDbIdValueobjects.JKDataAccessService.executeQueryAsIdValue(String sql, Object... params) This method executes a database query and returns the result as a list ofJKDbIdValueobjects.