Class Database.CheckTableResult
- java.lang.Object
-
- com.aoindustries.aoserv.client.mysql.Database.CheckTableResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabase.CheckTableResult.MsgType
-
Constructor Summary
Constructors Constructor Description CheckTableResult(Table_Name table, long duration, Database.CheckTableResult.MsgType msgType, String msgText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDuration()StringgetMsgText()Database.CheckTableResult.MsgTypegetMsgType()Table_NamegetTable()
-
-
-
Constructor Detail
-
CheckTableResult
public CheckTableResult(Table_Name table, long duration, Database.CheckTableResult.MsgType msgType, String msgText)
-
-
Method Detail
-
getTable
public Table_Name getTable()
- Returns:
- the table
-
getDuration
public long getDuration()
- Returns:
- the duration
-
getMsgType
public Database.CheckTableResult.MsgType getMsgType()
- Returns:
- the msgType
-
getMsgText
public String getMsgText()
- Returns:
- the msgText
-
-