create_type.out
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. QUERY: CREATE TYPE widget (
  2.    internallength = 24,
  3.    input = widget_in,
  4.    output = widget_out,
  5.    alignment = double
  6. );
  7. QUERY: CREATE TYPE city_budget (
  8.    internallength = 16,
  9.    input = int44in,
  10.    output = int44out,
  11.    element = int4
  12. );