public count
    ( void
   ) : integer
   public delete
    ( void
   ) : mysql_xdevapi\TableDelete
   public existsInDatabase
    ( void
   ) : bool
   public getName
    ( void
   ) : string
   public getSchema
    ( void
   ) : mysql_xdevapi\Schema
   public getSession
    ( void
   ) : mysql_xdevapi\Session
   public insert
    ( 
mixed $columns
   [, 
mixed $...
  ] ) : 
mysql_xdevapi\TableInsert 
   public isView
    ( void
   ) : bool
   public select
    ( 
mixed $columns
   [, 
mixed $...
  ] ) : 
mysql_xdevapi\TableSelect 
   public update
    ( void
   ) : mysql_xdevapi\TableUpdate
   }