2016-08-28 2 views

Antwort

0

Ich habe es.

Properties info = new Properties(); 
info.setProperty("phoenix.transactions.enabled", Boolean.TRUE.toString());  
con = DriverManager.getConnection(url, info); 
Verwandte Themen