Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. INFO: Set DBMD:
  2. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  3. <dbmd>
  4.     <nodeGroup series="1" detectionSql="select lighting,temperature from weather_report" learningSql="select lighting,temperature from weather_report" connect="jdbc:postgresql://melfina/data_for_stuff" type="independent" name="Weather Report">
  5.         <node name="temperature" event="temperature"/>
  6.         <node name="lighting" event="lighting"/>
  7.     </nodeGroup>
  8. </dbmd>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement