* <A NAME="tableDefinition">tableDefinition</A>
*/
final public StatementNode tableDefinition() throws ParseException, StandardException {
char lockGranularity = TableDescriptor.DEFAULT_LOCK_GRANULARITY;
Properties properties = null;
TableName tableName;
TableElementList tableElementList;
ResultColumnList resultColumns = null;
ResultSetNode queryExpression;
boolean withData = true;
jj_consume_token(TABLE);