14 public function tableName( $name, $format =
'quoted' ) {
15 return $this->
__call( __FUNCTION__, func_get_args() );
19 return $this->
__call( __FUNCTION__, func_get_args() );
23 return $this->
__call( __FUNCTION__, func_get_args() );
28 callable $lineCallback =
null,
29 callable $resultCallback =
null,
31 callable $inputCallback =
null
35 return $this->
__call( __FUNCTION__, func_get_args() );
40 callable $lineCallback =
null,
41 callable $resultCallback =
null,
43 callable $inputCallback =
null
47 return $this->
__call( __FUNCTION__, func_get_args() );
50 public function dropTable( $tableName, $fName = __METHOD__ ) {
53 return $this->
__call( __FUNCTION__, func_get_args() );
59 return $this->
__call( __FUNCTION__, func_get_args() );
62 public function listViews( $prefix =
null, $fname = __METHOD__ ) {
63 return $this->
__call( __FUNCTION__, func_get_args() );
67 return $this->
__call( __FUNCTION__, func_get_args() );
71 return $this->
__call( __FUNCTION__, func_get_args() );
75 $oldName, $newName, $temporary =
false, $fname = __METHOD__
79 return $this->
__call( __FUNCTION__, func_get_args() );
83 return $this->
__call( __FUNCTION__, func_get_args() );
86 public function lockTables( array $read, array $write, $method ) {
89 return $this->
__call( __FUNCTION__, func_get_args() );
95 return $this->
__call( __FUNCTION__, func_get_args() );
99 return $this->
__call( __FUNCTION__, func_get_args() );
102 public function listTables( $prefix =
null, $fname = __METHOD__ ) {
103 return $this->
__call( __FUNCTION__, func_get_args() );
107 return $this->
__call( __FUNCTION__, func_get_args() );
114 class_alias( MaintainableDBConnRef::class,
'MaintainableDBConnRef' );