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( $table, $fname = __METHOD__ ) {
53 return $this->
__call( __FUNCTION__, func_get_args() );
56 public function truncate( $tables, $fname = __METHOD__ ) {
59 return $this->
__call( __FUNCTION__, func_get_args() );
65 return $this->
__call( __FUNCTION__, func_get_args() );
68 public function listViews( $prefix =
null, $fname = __METHOD__ ) {
69 return $this->
__call( __FUNCTION__, func_get_args() );
73 return $this->
__call( __FUNCTION__, func_get_args() );
77 return $this->
__call( __FUNCTION__, func_get_args() );
81 $oldName, $newName, $temporary =
false, $fname = __METHOD__
85 return $this->
__call( __FUNCTION__, func_get_args() );
89 return $this->
__call( __FUNCTION__, func_get_args() );
92 public function lockTables( array $read, array $write, $method ) {
95 return $this->
__call( __FUNCTION__, func_get_args() );
101 return $this->
__call( __FUNCTION__, func_get_args() );
104 public function indexUnique( $table, $index, $fname = __METHOD__ ) {
105 return $this->
__call( __FUNCTION__, func_get_args() );
108 public function listTables( $prefix =
null, $fname = __METHOD__ ) {
109 return $this->
__call( __FUNCTION__, func_get_args() );
113 return $this->
__call( __FUNCTION__, func_get_args() );
120 class_alias( MaintainableDBConnRef::class,
'MaintainableDBConnRef' );