Class Database.CheckTableResult
java.lang.Object
com.aoindustries.aoserv.client.mysql.Database.CheckTableResult
- Enclosing class:
Database
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCheckTableResult
(TableName table, long duration, Database.CheckTableResult.MsgType msgType, String msgText) -
Method Summary
-
Constructor Details
-
CheckTableResult
public CheckTableResult(TableName table, long duration, Database.CheckTableResult.MsgType msgType, String msgText)
-
-
Method Details
-
getTable
- Returns:
- the table
-
getDuration
public long getDuration()- Returns:
- the duration
-
getMsgType
- Returns:
- the msgType
-
getMsgText
- Returns:
- the msgText
-