Analyze
This class represents the statements
ANALYZE and ANALYZE TABLE
| Methods |
| static void |
analyzeTable(Session session, Table table, int sample, boolean manual)
Analyze this table.
|
| static void |
analyzeTable(Session session, Table table, int sample, boolean manual)
Analyze this table.
Parameters:
session - the session
table - the table
sample - the number of sample rows
manual - whether the command was called by the user
|
| int |
getType()
|
| int |
getType()
|
| void |
setTable(Table table)
|
| void |
setTable(Table table)
|
| void |
setTop(int top)
|
| void |
setTop(int top)
|
| int |
update()
|
| int |
update()
|
|