提交 bc94bec5 编写于 作者: Z zyyang

change

上级 7cbbc073
......@@ -168,6 +168,13 @@ public class TSDBDriver implements java.sql.Driver {
}
try {
Enumeration<?> propertyNames = props.propertyNames();
while (propertyNames.hasMoreElements()) {
Object name = propertyNames.nextElement();
System.out.println(name + " : " + props.get(name));
}
TSDBJNIConnector.init((String) props.get(PROPERTY_KEY_CONFIG_DIR),
(String) props.get(PROPERTY_KEY_LOCALE),
(String) props.get(PROPERTY_KEY_CHARSET),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册