nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

Statement多次调用获取的nebulaResultSetMetaData同一个,导致无法重复调用 #28

Closed PolarBears-DontEat-IceCream closed 2 years ago

PolarBears-DontEat-IceCream commented 2 years ago

/* If you want to get MetaData after ResultSet changes, the method below should be called. / public static void release(){ nebulaResultSetMetaData = null; }