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