jdbc读出oracle 字段 注释

            Properties props =new Properties();
            props.put("remarksReporting","true");//添加此属性读出字段注释 rs.getString("REMARKS")
            props.put("user",);
            props.put("password",);
            Class.forName(databaseModel.getDatabase_driver());
            conn =DriverManager.getConnection(databaseModel.getDatabase_url(), props);

猜你喜欢

转载自qun715715.iteye.com/blog/2184651