final public StatementNode schemaDefinition() throws ParseException, StandardException {
String schemaName = null;
String authName = null;
TableName characterSet = null;
TableName collation = null;
CharacterTypeAttributes defaultCharacterAttributes = null;
ExistenceCheck cond = ExistenceCheck.NO_CONDITION;
jj_consume_token(SCHEMA);
cond = createCondition();
if (jj_2_79(1)) {
schemaName = identifier();