return new PhoenixParameterMetaData(0);
}
@Override
public ExplainPlan getExplainPlan() throws SQLException {
return new ExplainPlan(Collections.singletonList("ALTER " + getTableType() + " DROP COLUMN"));
}
@Override
public PhoenixConnection getConnection() {
return stmt.getConnection();