derby database source code.good for you.

源代码在线查看: global_xacttable.view

软件大小: 8803 K
上传用户: tfwangxy
关键词: database source derby code
下载地址: 免注册下载 普通下载 VIP

相关代码

				create view global_xactTable as
				select 
				    cast(global_xid as char(2)) as gxid,
				    status,
				    case when first_instant is NULL then 'NULL' else 'false' end as readOnly,
				    cast (username as char(10)) as username,
				    type 
				from new org.apache.derby.diag.TransactionTable() t;
							

相关资源