예제 #1
0
 @Override
 public boolean isTableDisabled(byte[] tableName) throws IOException {
   return wrappedConnection.isTableDisabled(tableName);
 }