📄 toolset_guide.po
字号:
#. Tag: entry#: toolset_guide.xml:165#, no-c-formatmsgid "Interpretation"msgstr "해석"#. Tag: literal#: toolset_guide.xml:170#, no-c-formatmsgid "length"msgstr "length"#. Tag: entry#: toolset_guide.xml:171 toolset_guide.xml:176 toolset_guide.xml:181#, no-c-formatmsgid "number"msgstr "number"#. Tag: entry#: toolset_guide.xml:172#, no-c-formatmsgid "column length"msgstr "컬럼 길이"#. Tag: literal#: toolset_guide.xml:175#, no-c-formatmsgid "precision"msgstr "precision"#. Tag: entry#: toolset_guide.xml:177#, no-c-formatmsgid "column decimal precision"msgstr "컬럼 decimal 정밀도"#. Tag: literal#: toolset_guide.xml:180#, no-c-formatmsgid "scale"msgstr "scale"#. Tag: entry#: toolset_guide.xml:182#, no-c-formatmsgid "column decimal scale"msgstr "컬럼 decimal 크기"#. Tag: literal#: toolset_guide.xml:185#, no-c-formatmsgid "not-null"msgstr "not-null"#. Tag: literal#: toolset_guide.xml:186 toolset_guide.xml:191#, no-c-formatmsgid "true|false"msgstr "true|false"#. Tag: entry#: toolset_guide.xml:187#, no-c-formatmsgid "specfies that the column should be non-nullable"msgstr "컬럼이 null이 아니어야 함을 지정한다"#. Tag: literal#: toolset_guide.xml:190#, no-c-formatmsgid "unique"msgstr "unique"#. Tag: entry#: toolset_guide.xml:192#, no-c-formatmsgid "specifies that the column should have a unique constraint"msgstr "컬럼이 하나의 유일 컨스트레인트를 가져야함을 지정한다"#. Tag: literal#: toolset_guide.xml:195#, no-c-formatmsgid "index"msgstr "index"#. Tag: literal#: toolset_guide.xml:196#, no-c-formatmsgid "index_name"msgstr "index_name"#. Tag: entry#: toolset_guide.xml:197#, no-c-formatmsgid "specifies the name of a (multi-column) index"msgstr "(다중-컬럼) 인덱스의 이름을 지정한다"#. Tag: literal#: toolset_guide.xml:200#, no-c-formatmsgid "unique-key"msgstr "unique-key"#. Tag: literal#: toolset_guide.xml:201#, no-c-formatmsgid "unique_key_name"msgstr "unique_key_name"#. Tag: entry#: toolset_guide.xml:202#, no-c-formatmsgid "specifies the name of a multi-column unique constraint"msgstr "다중-컬럼 유일 컨스트레인트의 이름을 지정한다"#. Tag: literal#: toolset_guide.xml:205#, no-c-formatmsgid "foreign-key"msgstr "foreign-key"#. Tag: literal#: toolset_guide.xml:206#, no-c-formatmsgid "foreign_key_name"msgstr "foreign_key_name"#. Tag: entry#: toolset_guide.xml:207#, fuzzy, no-c-formatmsgid """specifies the name of the foreign key constraint generated for an ""association, for a <literal><one-to-one></literal>, <literal><many-""to-one></literal>, <literal><key></literal>, or <literal><many-""to-many></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/> 매핑 요소에 대해 foreign key 컨스트레인트의 이름을 지정한""다.<placeholder-5/> 측들은 <placeholder-6/>에 의해 고려되지 않을 것임을 노트""하라."#. Tag: literal#: toolset_guide.xml:217#, no-c-formatmsgid "sql-type"msgstr "sql-type"#. Tag: literal#: toolset_guide.xml:218#, no-c-formatmsgid "SQL column type"msgstr "SQL column type"#. Tag: entry#: toolset_guide.xml:219#, fuzzy, no-c-formatmsgid """overrides the default column type (attribute of <literal><column></""literal> element only)"msgstr """디폴트 컬럼 타입을 오버라이드 시킨다 (<placeholder-1/> 요소의 속성에만)"#. Tag: literal#: toolset_guide.xml:225#, no-c-formatmsgid "default"msgstr "default"#. Tag: entry#: toolset_guide.xml:226 toolset_guide.xml:233#, no-c-formatmsgid "SQL expression"msgstr "SQL expression"#. Tag: entry#: toolset_guide.xml:227#, no-c-formatmsgid "specify a default value for the column"msgstr "컬럼에 대한 디폴트 값을 지정한다"#. Tag: literal#: toolset_guide.xml:232#, no-c-formatmsgid "check"msgstr "check"#. Tag: entry#: toolset_guide.xml:234#, no-c-formatmsgid "create an SQL check constraint on either column or table"msgstr "컬럼 또는 테이블에 대한 SQL check 컨스트레인트를 생성시킨다"#. Tag: para#: toolset_guide.xml:242#, no-c-formatmsgid """The <literal><comment></literal> element allows you to specify ""comments for the generated schema."msgstr """<literal><comment></literal> 요소는 생성된 스키마에 대한 주석들을 지정""하는 것을 당신에게 허용해준다."#. Tag: programlisting#: toolset_guide.xml:247#, no-c-formatmsgid """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n"" <comment>Current customers only</comment>\n"" ...\n""</class>]]>"msgstr ""#. Tag: programlisting#: toolset_guide.xml:249#, 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:251#, 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:260#, no-c-formatmsgid "Running the tool"msgstr "도구 실행하기"#. Tag: para#: toolset_guide.xml:262#, 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:267#, 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:273#, no-c-formatmsgid "<literal>SchemaExport</literal> Command Line Options"msgstr "<literal>SchemaExport</literal> 명령 라인 옵션들"#. Tag: entry#: toolset_guide.xml:279 toolset_guide.xml:429 toolset_guide.xml:498#, no-c-formatmsgid "Option"msgstr "옵션"#. Tag: entry#: toolset_guide.xml:280 toolset_guide.xml:367 toolset_guide.xml:430#: toolset_guide.xml:499#, no-c-formatmsgid "Description"msgstr "설명"#. Tag: literal#: toolset_guide.xml:285 toolset_guide.xml:435#, no-c-formatmsgid "--quiet"msgstr "--quiet"#. Tag: entry#: toolset_guide.xml:286 toolset_guide.xml:436#, no-c-formatmsgid "don't output the script to stdout"msgstr "스크립트를 표준출력으로 출력하지 않는다"#. Tag: literal#: toolset_guide.xml:289#, no-c-formatmsgid "--drop"msgstr "--drop"#. Tag: entry#: toolset_guide.xml:290#, no-c-formatmsgid "only drop the tables"msgstr "오직 테이블들을 드롭시킨다"#. Tag: literal#: toolset_guide.xml:293#, no-c-formatmsgid "--create"msgstr "--create"#. Tag: entry#: toolset_guide.xml:294#, no-c-formatmsgid "only create the tables"msgstr "오직 테이블들을 생성시킨다"#. Tag: literal#: toolset_guide.xml:297 toolset_guide.xml:439#, no-c-formatmsgid "--text"msgstr "--text"#. Tag: entry#: toolset_guide.xml:298#, no-c-formatmsgid "don't export to the database"msgstr "데이터베이스로 내보내기 하지 않는다"#. Tag: literal#: toolset_guide.xml:301#, no-c-formatmsgid "--output=my_schema.ddl"msgstr "--output=my_schema.ddl"#. Tag: entry#: toolset_guide.xml:302#, no-c-formatmsgid "output the ddl script to a file"msgstr "ddl 스크립트를 파일로 출력한다"#. Tag: literal#: toolset_guide.xml:305 toolset_guide.xml:443 toolset_guide.xml:504#, no-c-formatmsgid "--naming=eg.MyNamingStrategy"msgstr "--naming=eg.MyNamingStrategy"#. Tag: entry#: toolset_guide.xml:306 toolset_guide.xml:444 toolset_guide.xml:505#, fuzzy, no-c-formatmsgid "select a <literal>NamingStrategy</literal>"msgstr "<literal>hibernate.properties</literal> 내에서"#. Tag: literal#: toolset_guide.xml:309 toolset_guide.xml:451 toolset_guide.xml:512#, no-c-formatmsgid "--config=hibernate.cfg.xml"msgstr "--config=hibernate.cfg.xml"#. Tag: entry#: toolset_guide.xml:310#, no-c-formatmsgid "read Hibernate configuration from an XML file"msgstr "XML 파일로부터 Hibernate 구성을 읽어들인다"#. Tag: literal#: toolset_guide.xml:313 toolset_guide.xml:447 toolset_guide.xml:508#, no-c-formatmsgid "--properties=hibernate.properties"msgstr "--properties=hibernate.properties"#. Tag: entry#: toolset_guide.xml:314 toolset_guide.xml:448 toolset_guide.xml:509#, 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:317#, no-c-formatmsgid "--format"msgstr "--format"#. Tag: entry#: toolset_guide.xml:318#, no-c-formatmsgid "format the generated SQL nicely in the script"msgstr "생성된 SQL을 스크립트 내에 좋게 형식지운다"#. Tag: literal#: toolset_guide.xml:321#, no-c-formatmsgid "--delimiter=;"msgstr "--delimiter=;"#. Tag: entry
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -