Class NativeQueryUtils


  • public class NativeQueryUtils
    extends Object
    • Constructor Detail

      • NativeQueryUtils

        public NativeQueryUtils()
    • Method Detail

      • getObject

        public static Object getObject​(org.apache.openjpa.jdbc.sql.DBDictionary dictionary,
                                       ResultSet rs,
                                       int idx,
                                       org.apache.olingo.odata2.core.edm.provider.EdmSimplePropertyImplProv property)
                                throws SQLException
        Throws:
        SQLException
      • setObject

        public static void setObject​(org.apache.openjpa.jdbc.sql.DBDictionary dictionary,
                                     PreparedStatement stmnt,
                                     int idx,
                                     Var value,
                                     org.apache.olingo.odata2.core.edm.provider.EdmSimplePropertyImplProv property)
                              throws SQLException
        Throws:
        SQLException