Strict Standards: Declaration of Doku_Renderer_metadata::table_open() should be compatible with Doku_Renderer::table_open($maxcols = NULL, $numrows = NULL, $pos = NULL) in /webapps/app-02.docuonline.com/dokuwiki/inc/parser/metadata.php on line 24

Strict Standards: Declaration of Doku_Renderer_metadata::table_close() should be compatible with Doku_Renderer::table_close($pos = NULL) in /webapps/app-02.docuonline.com/dokuwiki/inc/parser/metadata.php on line 24

Databas procedurer

SQLBuilder

Testning/Deploying
  • SQLBuilder.buildSQL(…)
  • DURING TESTING = System.out.println(sb.toString());
  • DURING LIVE = BuilderDataManager.updateSQL(sb.toString(), rinfoid, uemp, tablename, prodplace);
  • Only one should be present at a time.
  • BuildDataManager.getRecInfo(…)
  • Here we shall change connection depending of testing or not
  • getConnection(); = test against LIVE
  • getConnectionDEV(); = test against DEV
  • getInternalConnection(); = LIVE in database
  • Connection conn = getConnection();
Notes

Övriga procedurer

  • OCRBuilder, metod: buildOCR(String ocr)
  • calcsample, metod: getSelProfileHits(String sql, String dbuser, String autitem15)
  • campaignbuilder, metod: buildCampaing(int id, String uemp, String tablename, int prodcode)
  • descrbuildernoitem, metod: buildDescrStr(inte item, int operand, Stringa value, String lang, int codetype, int showcode) används bl.a i descrbuilder webapp
  • (descrbuilder, metod: buildDescrString(int item, int operand, String value, String lang, int codetype)) Används??
  • sqlinsert, metod: insertSQL(String sql)
  • wordwrapper, metod wordWrapper(String text, int string_cut, int returnrow, String delimiter)
  • autprivatebauetext, metod: buildAutPrivatebaueText(Long prevcode, String prop2, String releasedate, String cstartdate)
  • (alias_sqlbuilder, metod: buildSQL(int rinfoid, String uemp, String tablename, String prodplace)) TEST version, kan vara nyligen uppdaterade saker i sqlbuilder som saknas här

OBS! Vid deploy till databasen, se till att det är den interna drivaren som används inte den externa (brukar orsaka security eller socket exception om man har fel drivare

 
database_procedures.txt · Last modified: 2012/04/25 10:53 by 80.65.199.30
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki