Uses of Class
com.aoindustries.aoserv.client.mysql.Database.CheckTableResult.MsgType
-
Packages that use Database.CheckTableResult.MsgType Package Description com.aoindustries.aoserv.client.mysql -
-
Uses of Database.CheckTableResult.MsgType in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Database.CheckTableResult.MsgType Modifier and Type Method Description Database.CheckTableResult.MsgTypeDatabase.CheckTableResult. getMsgType()static Database.CheckTableResult.MsgTypeDatabase.CheckTableResult.MsgType. valueOf(String name)Returns the enum constant of this type with the specified name.static Database.CheckTableResult.MsgType[]Database.CheckTableResult.MsgType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aoindustries.aoserv.client.mysql with parameters of type Database.CheckTableResult.MsgType Constructor Description CheckTableResult(Table_Name table, long duration, Database.CheckTableResult.MsgType msgType, String msgText)
-