ensembl-hive  2.8.1
convert_tables_MyISAM_InnoDB.pl File Reference

Go to the source code of this file.

Functions

public convert_all_tables ()
 
public check_for_tables ()
 
public Boolean get_input_arg ()
 

Function Documentation

◆ check_for_tables()

public check_for_tables ( )

Undocumented method

Code:
click to view

◆ convert_all_tables()

public convert_all_tables ( )

Undocumented method

Code:
click to view

◆ get_input_arg()

public Boolean get_input_arg ( )
  Function  : waits for input from STDIN and returns '1' if input =~m/y/i         
              and '0' if input matches /n/i.  
  Returntype: 1 or 0 
  Exceptions: none
 
Code:
click to view
check_for_tables
public check_for_tables()
convert_all_tables
public convert_all_tables()
get_input_arg
public Boolean get_input_arg()