-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没有TableData这个类,解析的结果想要get到某个属性,需要先强转到对应类型 #9
Comments
ok,那就是解析出来以后判断一下类型,然后再转换一下,才能获取里面的属性,对吧,类似于这样
|
1、如你所说的使用 |
第二个如果能支持那太感谢啦,多谢大佬 |
@melin `A fatal error has been detected by the Java Runtime Environment: If you would like to submit a bug report, please visit: [1] 93359 abort mvn clean package -DskipTests |
@melin |
更新了,再试试 |
可以了可以了,太感谢啦,感谢大佬!!! |
libinsong那个版本里有个TableData的类
然后每次强转一下:
TableData tableData = (TableData) statement
tableData.get就能获取语句的类型,以及输入表或者输出表,以及其他信息,咱们这个里面能加一个这样的拥有所以属性的类吗,然后强转一下就能很方便的get了
类似于这样,谢谢!
The text was updated successfully, but these errors were encountered: