When you change or insert data in an Oracle table, and when you receiv การแปล - When you change or insert data in an Oracle table, and when you receiv ไทย วิธีการพูด

When you change or insert data in a

When you change or insert data in an Oracle table, and when you receive data from Oracle on a query, the data passes between variables in your program and columns in the Oracle table. Oracle represents data internally in several formats. Among them are NUMBER, CHAR, DATE, and RAW.
Your OCI program stores data in variables, whose types are predefined by the language you are using. When you transfer data between Oracle and your program, you need to specify the format of the data in your program. For example, if you are processing the SQL statement

SELECT sal FROM emp WHERE empno = :employee_number
and you want the salary to come back as character data, rather than in a binary floating-point format, specify an Oracle external string datatype, such as VARCHAR2 (code = 1) or CHAR (code = 96) for the FTYPE parameter in the ODEFIN call. You also need to declare a string variable in your program and specify its address in the BUF parameter.

If you want the salary information to be returned as a binary floating-point value, however, specify the FLOAT (code = 4) external datatype. You also need to define a variable of the appropriate type for the BUF parameter.

Oracle performs most data conversions transparently. The ability to specify almost any external datatype provides a lot of power for performing specialized tasks. For example, you can input and output DATE values in pure binary format, with no character conversion involved, by using the DATE external datatype (code = 12). See the description of the DATE external datatype [*] for more information.

To control data conversion, you must use the appropriate external datatype codes in the bind and define routines, such as OBNDRA or ODEFIN. You must tell Oracle where the input or output variables are in your OCI program and their datatypes and lengths.
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
When you change or insert data in an Oracle table, and when you receive data from Oracle on a query, the data passes between variables in your program and columns in the Oracle table. Oracle represents data internally in several formats. Among them are NUMBER, CHAR, DATE, and RAW.Your OCI program stores data in variables, whose types are predefined by the language you are using. When you transfer data between Oracle and your program, you need to specify the format of the data in your program. For example, if you are processing the SQL statementSELECT sal FROM emp WHERE empno = :employee_numberand you want the salary to come back as character data, rather than in a binary floating-point format, specify an Oracle external string datatype, such as VARCHAR2 (code = 1) or CHAR (code = 96) for the FTYPE parameter in the ODEFIN call. You also need to declare a string variable in your program and specify its address in the BUF parameter.If you want the salary information to be returned as a binary floating-point value, however, specify the FLOAT (code = 4) external datatype. You also need to define a variable of the appropriate type for the BUF parameter.Oracle performs most data conversions transparently. The ability to specify almost any external datatype provides a lot of power for performing specialized tasks. For example, you can input and output DATE values in pure binary format, with no character conversion involved, by using the DATE external datatype (code = 12). See the description of the DATE external datatype [*] for more information.To control data conversion, you must use the appropriate external datatype codes in the bind and define routines, such as OBNDRA or ODEFIN. You must tell Oracle where the input or output variables are in your OCI program and their datatypes and lengths.
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
เมื่อคุณเปลี่ยนหรือใส่ข้อมูลในตาราง Oracle และเมื่อคุณได้รับข้อมูลจาก Oracle ในการสอบถามข้อมูลผ่านระหว่างตัวแปรในโปรแกรมของคุณและคอลัมน์ในตาราง Oracle ออราเคิลแสดงถึงข้อมูลภายในในหลายรูปแบบ ในหมู่พวกเขาจำนวน, CHAR, วันที่และ RAW.
โปรแกรม OCI ของคุณเก็บข้อมูลในตัวแปรที่มีชนิดที่มีการกำหนดไว้ล่วงหน้าโดยภาษาที่คุณกำลังใช้ เมื่อคุณถ่ายโอนข้อมูลระหว่าง Oracle และโปรแกรมของคุณคุณจะต้องระบุรูปแบบของข้อมูลในโปรแกรมของคุณ ตัวอย่างเช่นถ้าคุณกำลังประมวลผลคำสั่ง SQL SELECT พะยอมจาก EMP ที่ empno =: employee_number และคุณต้องการเงินเดือนที่จะกลับมาเป็นข้อมูลตัวอักษรมากกว่าในรูปแบบไบนารีลอยจุดระบุประเภทข้อมูลสตริงภายนอกออราเคิลเช่น VARCHAR2 (รหัส = 1) หรือ CHAR (รหัส = 96) สำหรับพารามิเตอร์ fType ในการเรียก ODEFIN นอกจากนี้คุณยังจำเป็นต้องประกาศตัวแปรสตริงในโปรแกรมของคุณและระบุที่อยู่ในพารามิเตอร์ BUF. หากท่านต้องการข้อมูลเงินเดือนที่จะได้รับกลับมาเป็นค่าจุดลอยไบนารี แต่ระบุ FLOAT (รหัส = 4) ประเภทข้อมูลภายนอก นอกจากนี้คุณยังจำเป็นต้องกำหนดตัวแปรประเภทที่เหมาะสมสำหรับพารามิเตอร์ BUF. ออราเคิลดำเนินการแปลงข้อมูลที่โปร่งใสมากที่สุด ความสามารถในการระบุเกือบทุกประเภทข้อมูลภายนอกให้พลังงานมากสำหรับการดำเนินงานเฉพาะ ตัวอย่างเช่นคุณสามารถป้อนข้อมูลและการส่งออกค่าวันที่ในรูปแบบไบนารีบริสุทธิ์กับการแปลงตัวอักษรที่ไม่เกี่ยวข้องโดยใช้วันที่ประเภทข้อมูลภายนอก (รหัส = 12) ดูรายละเอียดของวันที่ประเภทข้อมูลภายนอก [*] สำหรับข้อมูลเพิ่มเติม. เพื่อควบคุมการแปลงข้อมูลคุณต้องใช้รหัสประเภทข้อมูลภายนอกที่เหมาะสมในการผูกและกำหนดขั้นตอนการเช่น OBNDRA หรือ ODEFIN คุณต้องบอกออราเคิลที่ตัวแปรหรือการส่งออกอยู่ในโปรแกรม OCI ของคุณและประเภทข้อมูลและความยาวของพวกเขา








การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
เมื่อคุณเปลี่ยน หรือแทรกข้อมูลใน Oracle ตาราง , และเมื่อคุณได้รับข้อมูลจาก Oracle แบบสอบถาม ข้อมูลที่ส่งผ่านระหว่างตัวแปรในโปรแกรมของคุณและคอลัมน์ใน Oracle ตาราง ออราเคิลแสดงข้อมูลภายในในรูปแบบต่างๆ ในหมู่พวกเขามีหมายเลข ราคา : ไม่ระบุ วันที่ และดิบ
โปรแกรม oci เก็บข้อมูลในตัวแปรที่มีชนิดที่กำหนดไว้ล่วงหน้า โดยภาษาที่คุณใช้เมื่อคุณถ่ายโอนข้อมูลระหว่าง Oracle และโปรแกรมของคุณ คุณต้องระบุรูปแบบของข้อมูลในโปรแกรมของคุณ ตัวอย่างเช่นถ้าคุณมีการประมวลผล SQL งบ

เลือกเกลือจาก EMP ที่ empno = : employee_number
และคุณต้องการเงินเดือนกลับมาเป็นข้อมูลตัวละคร มากกว่าในเลขฐานสองลอย - ชี้รูปแบบกำหนด Oracle ภายนอกชนิดข้อมูลสตริงเช่น varchar2 ( รหัส = 1 ) หรืออักขระ ( รหัส = 96 ) สำหรับ Ftype พารามิเตอร์ใน odefin โทร นอกจากนี้คุณยังต้องการที่จะประกาศสตริงตัวแปรในโปรแกรมของคุณและระบุที่อยู่ในตัวแปร buf .

ถ้าคุณต้องการข้อมูลเงินเดือนให้กลับมาเป็นค่าไบนารีจุดลอยตัว แต่ระบุลอย ( รหัส = 4 ) ชนิดข้อมูลภายนอกนอกจากนี้คุณยังต้องการที่จะกำหนดตัวแปรของชนิดที่เหมาะสมสำหรับบัฟค่า

Oracle มีประสิทธิภาพมากที่สุดข้อมูลการแปลงโปร่งใส . ความสามารถในการระบุชนิดข้อมูลใด ๆเกือบ ภายนอกมีมากของพลังงานสำหรับงานเฉพาะ ตัวอย่างเช่นคุณสามารถเข้าและส่งออกค่าวันที่ในรูปแบบไบนารีที่บริสุทธิ์ ไม่มีการแปลงอักขระที่เกี่ยวข้องโดยใช้วันที่ภายนอกชนิดข้อมูล ( รหัส = 12 ) ดูรายละเอียดของชนิดข้อมูลวันที่ภายนอก [ * ] สำหรับข้อมูลเพิ่มเติม

เพื่อควบคุมการแปลงข้อมูลที่คุณต้องใช้ภายนอกที่เหมาะสมชนิดข้อมูลรหัสในการผูกและกำหนดกิจวัตร เช่น obndra หรือ odefin . คุณต้องบอก Oracle ที่ป้อนข้อมูลหรือตัวแปร output ในโปรแกรม oci ของคุณและประเภทข้อมูลและความยาว
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: