Uses of Class
com.aoindustries.aoserv.client.mysql.Table_Name
-
Packages that use Table_Name Package Description com.aoindustries.aoserv.client.mysql -
-
Uses of Table_Name in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Table_Name Modifier and Type Method Description Table_NameDatabase.TableStatus. getName()Table_NameDatabase.CheckTableResult. getTable()static Table_NameTable_Name. valueOf(String name)Methods in com.aoindustries.aoserv.client.mysql with parameters of type Table_Name Modifier and Type Method Description intTable_Name. compareTo(Table_Name other)Method parameters in com.aoindustries.aoserv.client.mysql with type arguments of type Table_Name Modifier and Type Method Description List<Database.CheckTableResult>Database. checkTables(MysqlReplication mysqlSlave, Collection<Table_Name> tableNames)Gets the table status on the master server or provided slave server.List<Database.CheckTableResult>Database. checkTables(Collection<Table_Name> tableNames)Gets the table status on the master server.Constructors in com.aoindustries.aoserv.client.mysql with parameters of type Table_Name Constructor Description CheckTableResult(Table_Name table, long duration, Database.CheckTableResult.MsgType msgType, String msgText)TableStatus(Table_Name name, Database.Engine engine, Integer version, Database.TableStatus.RowFormat rowFormat, Long rows, Long avgRowLength, Long dataLength, Long maxDataLength, Long indexLength, Long dataFree, Long autoIncrement, String createTime, String updateTime, String checkTime, Database.TableStatus.Collation collation, String checksum, String createOptions, String comment)
-