⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolset_guide.po

📁 hibernate-distribution-3.3.1.GA-dist.zip源码
💻 PO
📖 第 1 页 / 共 3 页
字号:
#, no-c-formatmsgid "number"msgstr "数字"#. Tag: entry#: toolset_guide.xml:196#, no-c-formatmsgid "column length"msgstr "字段长度"#. Tag: literal#: toolset_guide.xml:199#, no-c-formatmsgid "precision"msgstr "precision"#. Tag: entry#: toolset_guide.xml:201#, no-c-formatmsgid "column decimal precision"msgstr "精度(decimal precision)"#. Tag: literal#: toolset_guide.xml:204#, no-c-formatmsgid "scale"msgstr "scale"#. Tag: entry#: toolset_guide.xml:206#, no-c-formatmsgid "column decimal scale"msgstr "小数点位数(decimal scale)"#. Tag: literal#: toolset_guide.xml:209#, no-c-formatmsgid "not-null"msgstr "not-null"#. Tag: literal#: toolset_guide.xml:210 toolset_guide.xml:215#, no-c-formatmsgid "true|false"msgstr "true|false"#. Tag: entry#: toolset_guide.xml:211#, no-c-formatmsgid "specfies that the column should be non-nullable"msgstr "指明字段是否应该是非空的"#. Tag: literal#: toolset_guide.xml:214#, no-c-formatmsgid "unique"msgstr "unique"#. Tag: entry#: toolset_guide.xml:216#, no-c-formatmsgid "specifies that the column should have a unique constraint"msgstr "指明是否该字段具有惟一约束"#. Tag: literal#: toolset_guide.xml:219#, no-c-formatmsgid "index"msgstr "index"#. Tag: literal#: toolset_guide.xml:220#, no-c-formatmsgid "index_name"msgstr "index_name"#. Tag: entry#: toolset_guide.xml:221#, no-c-formatmsgid "specifies the name of a (multi-column) index"msgstr "指明一个(多字段)的索引(index)的名字"#. Tag: literal#: toolset_guide.xml:224#, no-c-formatmsgid "unique-key"msgstr "unique-key"#. Tag: literal#: toolset_guide.xml:225#, no-c-formatmsgid "unique_key_name"msgstr "unique_key_name"#. Tag: entry#: toolset_guide.xml:226#, no-c-formatmsgid "specifies the name of a multi-column unique constraint"msgstr "指明多字段惟一约束的名字(参见上面的说明)"#. Tag: literal#: toolset_guide.xml:229#, no-c-formatmsgid "foreign-key"msgstr "foreign-key"#. Tag: literal#: toolset_guide.xml:230#, no-c-formatmsgid "foreign_key_name"msgstr "foreign_key_name"#. Tag: entry#: toolset_guide.xml:231#, fuzzy, no-c-formatmsgid """specifies the name of the foreign key constraint generated for an ""association, for a <literal>&lt;one-to-one&gt;</literal>, <literal>&lt;many-""to-one&gt;</literal>, <literal>&lt;key&gt;</literal>, or <literal>&lt;many-""to-many&gt;</literal> mapping element. Note that <literal>inverse=\"true\"</""literal> sides will not be considered by <literal>SchemaExport</literal>."msgstr """指明一个外键的名字,它是为关联生成的,或者<placeholder-1/>,<placeholder-2/"">, <placeholder-3/>, 或者<placeholder-4/>映射元素。注意<placeholder-5/>在""<placeholder-6/>时会被忽略。"#. Tag: literal#: toolset_guide.xml:241#, no-c-formatmsgid "sql-type"msgstr "sql-type"#. Tag: literal#: toolset_guide.xml:242#, no-c-formatmsgid "SQL column type"msgstr "SQL 字段类型"#. Tag: entry#: toolset_guide.xml:243#, fuzzy, no-c-formatmsgid """overrides the default column type (attribute of <literal>&lt;column&gt;</""literal> element only)"msgstr "覆盖默认的字段类型(只能用于<placeholder-1/>属性)"#. Tag: literal#: toolset_guide.xml:249#, no-c-formatmsgid "default"msgstr "default"#. Tag: entry#: toolset_guide.xml:250 toolset_guide.xml:257#, fuzzy, no-c-formatmsgid "SQL expression"msgstr """#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""SQL表达式\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""SQL 表达式"#. Tag: entry#: toolset_guide.xml:251#, no-c-formatmsgid "specify a default value for the column"msgstr "为字段指定默认值"#. Tag: literal#: toolset_guide.xml:256#, no-c-formatmsgid "check"msgstr "check"#. Tag: entry#: toolset_guide.xml:258#, no-c-formatmsgid "create an SQL check constraint on either column or table"msgstr "对字段或表加入SQL约束检查"#. Tag: para#: toolset_guide.xml:266#, no-c-formatmsgid """The <literal>&lt;comment&gt;</literal> element allows you to specify ""comments for the generated schema."msgstr """<literal>&lt;comment&gt;</literal>元素可以让你在生成的schema中加入注释。"#. Tag: programlisting#: toolset_guide.xml:271#, no-c-formatmsgid """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n""    <comment>Current customers only</comment>\n""    ...\n""</class>]]>"msgstr ""#. Tag: programlisting#: toolset_guide.xml:273#, no-c-formatmsgid """<![CDATA[<property name=\"balance\">\n""    <column name=\"bal\">\n""        <comment>Balance in USD</comment>\n""    </column>\n""</property>]]>"msgstr ""#. Tag: para#: toolset_guide.xml:275#, no-c-formatmsgid """This results in a <literal>comment on table</literal> or <literal>comment on ""column</literal> statement in the generated DDL (where supported)."msgstr """结果是在生成的DDL中包含<literal>comment on table</literal> 或者 ""<literal>comment on column</literal>语句(假若支持的话)。"#. Tag: title#: toolset_guide.xml:284#, no-c-formatmsgid "Running the tool"msgstr "运行该工具"#. Tag: para#: toolset_guide.xml:286#, no-c-formatmsgid """The <literal>SchemaExport</literal> tool writes a DDL script to standard out ""and/or executes the DDL statements."msgstr """<literal>SchemaExport</literal>工具把DDL脚本写到标准输出,同时/或者执行DDL语""句。"#. Tag: para#: toolset_guide.xml:291#, no-c-formatmsgid """<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaExport</literal> <emphasis>options ""mapping_files</emphasis>"msgstr ""#. Tag: title#: toolset_guide.xml:297#, no-c-formatmsgid "<literal>SchemaExport</literal> Command Line Options"msgstr "<literal>SchemaExport</literal>命令行选项"#. Tag: entry#: toolset_guide.xml:303 toolset_guide.xml:453 toolset_guide.xml:522#, no-c-formatmsgid "Option"msgstr "选项"#. Tag: entry#: toolset_guide.xml:304 toolset_guide.xml:391 toolset_guide.xml:454#: toolset_guide.xml:523#, fuzzy, no-c-formatmsgid "Description"msgstr """#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""说明\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""说明\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""说明\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""描述"#. Tag: literal#: toolset_guide.xml:309 toolset_guide.xml:459#, no-c-formatmsgid "--quiet"msgstr "--quiet"#. Tag: entry#: toolset_guide.xml:310 toolset_guide.xml:460#, no-c-formatmsgid "don't output the script to stdout"msgstr "不要把脚本输出到stdout"#. Tag: literal#: toolset_guide.xml:313#, no-c-formatmsgid "--drop"msgstr "--drop"#. Tag: entry#: toolset_guide.xml:314#, no-c-formatmsgid "only drop the tables"msgstr "只进行drop tables的步骤"#. Tag: literal#: toolset_guide.xml:317#, no-c-formatmsgid "--create"msgstr "--create"#. Tag: entry#: toolset_guide.xml:318#, no-c-formatmsgid "only create the tables"msgstr "只创建表"#. Tag: literal#: toolset_guide.xml:321 toolset_guide.xml:463#, no-c-formatmsgid "--text"msgstr "--text"#. Tag: entry#: toolset_guide.xml:322#, no-c-formatmsgid "don't export to the database"msgstr "不执行在数据库中运行的步骤"#. Tag: literal#: toolset_guide.xml:325#, no-c-formatmsgid "--output=my_schema.ddl"msgstr "--output=my_schema.ddl"#. Tag: entry#: toolset_guide.xml:326#, no-c-formatmsgid "output the ddl script to a file"msgstr "把输出的ddl脚本输出到一个文件"#. Tag: literal#: toolset_guide.xml:329 toolset_guide.xml:467 toolset_guide.xml:528#, no-c-formatmsgid "--naming=eg.MyNamingStrategy"msgstr "--naming=eg.MyNamingStrategy"#. Tag: entry#: toolset_guide.xml:330 toolset_guide.xml:468 toolset_guide.xml:529#, fuzzy, no-c-formatmsgid "select a <literal>NamingStrategy</literal>"msgstr "在<literal>hibernate.properties</literal>文件中"#. Tag: literal#: toolset_guide.xml:333 toolset_guide.xml:475 toolset_guide.xml:536#, no-c-formatmsgid "--config=hibernate.cfg.xml"msgstr "--config=hibernate.cfg.xml"#. Tag: entry#: toolset_guide.xml:334#, no-c-formatmsgid "read Hibernate configuration from an XML file"msgstr "从XML文件读入Hibernate配置"#. Tag: literal#: toolset_guide.xml:337 toolset_guide.xml:471 toolset_guide.xml:532#, no-c-formatmsgid "--properties=hibernate.properties"msgstr "--properties=hibernate.properties"#. Tag: entry#: toolset_guide.xml:338 toolset_guide.xml:472 toolset_guide.xml:533#, fuzzy, no-c-formatmsgid "read database properties from a file"msgstr """#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""从文件读入数据库属性\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""从指定文件读入数据库属性\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""从文件中读取数据库属性"#. Tag: literal#: toolset_guide.xml:341#, no-c-formatmsgid "--format"msgstr "--format"#. Tag: entry#: toolset_guide.xml:342#, no-c-formatmsgid "format the generated SQL nicely in the script"msgstr "把脚本中的SQL语句对齐和美化"#. Tag: literal#: toolset_guide.xml:345#, no-c-formatmsgid "--delimiter=;"msgstr "--delimiter=;"#. Tag: entry#: toolset_guide.xml:346#, no-c-format

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -