printResult(parser, result.getTree());
}
@Test
public void testBind_variable() throws Exception{
ToolSQLParser parser = getParser(":theInterBankTransferHistory._InterBankTransferHistoryId.NextValue.DoubleValue");
bind_variable_return result = parser.bind_variable();
printResult(parser, result.getTree());
}