Database Solutions hash

  Database Solutions hash 

  When you insert the data used 
  / ** 
  * Changes in the hash function string 
  * @ Param str 
  * @ Return 
  * / 
  Public String getStr (String str) 
  ( 
  Try ( 
  String temp_p = str; 
  Byte [] = temp_p.getBytes temp_t ( "ISO8859-1"); 
  String temp = new String (temp_t); 
  Return temp; 
  ) 
  Catch (Exception e) ( 
  Return "null"; 
  ) 
  ) 
  / / Bean to the inside assignment 
  Public void setAction (String action) ( 
  This.action = getStr (action); 
  ) 

  Public void setAddmanagerid (String addmanagerid) ( 
  This.addmanagerid = getStr (addmanagerid); 
  ) 

  Switch to see if it can, my Oracle database is no problem. 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags: ,

Releated Java Articles

Comments

Leave a Reply