type statement信息详情

type statement发音

意思翻译

类型语句

相似词语短语

statement───n.声明;陈述,叙述;报表,清单

type───vi.打字;vt.打字;测定(血等)类型;n.类型,品种;模范;样式;n.(Type)人名;(英)泰普

anecdotal statement───轶事陈述

customer statement───客户结单,[金融]客户对数单;客户月结报告;[金融]客户对帐单

vision statement───n.愿景宣言; 前景陈述;愿景宣言;远景声明

problem statement───[计]问题陈述;[计] 问题陈述

privacy statement───隐私权声明

disjunction statement───析取语句

billing statement───账单;明细表;清单

双语使用场景

Line 1 in Listing 1 shows a create type statement that creates a type named phonenumbers.───清单1中的第一行显示了创建名为phonenumbers类型的创建类型语句。

If you leave the event condition for event type statement field empty, the DB2 statement event monitor is started for the whole monitored database.───如果让event condition for event type statement框空着,就对整个数据库启动db2语句事件监视器。

Use the create type statement to create a structured type, and use the DROP statement to delete a structured type.───使用CREATE type语句创建一个结构化类型,并使用drop语句删除结构化类型。

If any mutator method in the type does not return void, the CREATE TYPE statement does not execute.───如果类型中的任何赋值函数方法未返回void,则不会执行CREATETYPE语句。

Use the CREATE TYPE statement to create a structured type, and use the DROP statement to delete a structured type.───可以使用CREATETYPE语句创建一个结构化类型,并使用DROP语句删除结构化类型。

Alias data types are created with the CREATE TYPE statement before they can be used in a table definition.───必须先用CREATETYPE语句创建别名数据类型,然后才能将其用于表定义中。

The CREATE TYPE statement for each replicated type is executed at the Subscriber before the table is created.───在创建表之前,在订阅服务器上执行每个已复制类型的CREATETYPE语句。

To modify a user-defined type, you must drop the type by using a DROP TYPE statement and then re-create it.───若要修改用户定义类型,必须使用DROPTYPE语句除去该类型,然后重新创建它。

Note when alias data types are created by using the CREATE TYPE statement instead of sp_addtype, no such automatic grant occurs.───请注意,当使用CREATETYPE语句而不是sp_addtype创建别名数据类型时,不会进行自动授权。

英语使用场景

We will use the simplest form of the CREATE TYPE statement, specifying only four attributes (street, city, province and postal_code) and the required MODE DB2_SQL clause.

Line 1 in Listing 1 shows a create type statement that creates a type named phonenumbers.

Use the CREATE TYPE statement to create a structured type, and use the DROP statement to delete a structured type.

If you leave the Event condition for event type statement field empty, the DB2 statement event monitor is started for the whole monitored database.