有关java的文件读写问题
比如有这样的一个sql文件ifexists(select*fromoooowherename='iiiii')droptableiiiiigocreatetableiii...
比如有这样的一个sql文件
if exists (select * from oooo where name = 'iiiii') drop table iiiii
go
create table iiiii(
id int not null,
name varchar(50) not null,
address varchar(200) null,
primary key(id)
)
go
xml文件格式例如:
<doc name=iiiii>
<attribute name="id" typeId="Integer" iskey="true" cannull="false">
<......>
<......>
</doc>
xml中doc的name是表名,attribute的name就是表中的字段名,typeid是字段类型,iskey是否是主键,cannull是否为空
现在要做的就是读取并解析sql文件,并把一些需要的信息写入xml文件
答得好再加分! 展开
if exists (select * from oooo where name = 'iiiii') drop table iiiii
go
create table iiiii(
id int not null,
name varchar(50) not null,
address varchar(200) null,
primary key(id)
)
go
xml文件格式例如:
<doc name=iiiii>
<attribute name="id" typeId="Integer" iskey="true" cannull="false">
<......>
<......>
</doc>
xml中doc的name是表名,attribute的name就是表中的字段名,typeid是字段类型,iskey是否是主键,cannull是否为空
现在要做的就是读取并解析sql文件,并把一些需要的信息写入xml文件
答得好再加分! 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询