コード例 #1
0
 @Override
 public ValueResult<String> getDbVersion(Connection connection) {
   return ScalarisDataHandler.getDbVersion(connection);
 }