TAILIEUCHUNG - Java Data Access—JDBC, JNDI, and JAXP phần 7

Hãy chắc chắn để kiểm tra trình điều khiển của bạn hoặc tài liệu DBMS để biết thêm chi tiết. • Các câu lệnh SQL không thể sử dụng tập hợp hoặc các điều khoản phân loại như GROUP BY hay ORDER BY. • Bạn không thể cập nhật bộ kết quả tạo ra từ câu truy vấn SQL yêu cầu dữ liệu từ nhiều bảng. | Chapter 13 Accessing Enterprise Data with JNDI Table 13-3 Common Attributes Used in Directory Services Symbol Name Definition Example dn Distinguished Name Unique name of an entry in a DIt. Uid tthomas ou people o uid userid Unique ID for a user. Uid tthomas cn common name First and last name of a user. cn Todd Thomas givenname first name First name of a user. givenname Todd sn surname Last name of a user. sn Thomas l location City user lives. l Knoxville o organization Typically the directory root. o ou organizational unit Major directory branches. ou People st state State user lives. TN c country Country user lives. US mail e-mail address SMTP e-mail address. tthomas@ When working with directory-object attributes you have two interfaces at your disposal Attribute and Attributes. The first represents a single attribute of an element and the second all the attributes of an element. In general you use methods that return Attributes objects containing all the attributes of an object. You then use additional methods to retrieve an Attribute object that holds the value of an object s attribute. The following code snippet demonstrates how to retrieve the mail attribute of a directory object Assume ctx is a valid InitialDirContext object Retrieve attributes associated with the named directory object. Attributes attrs uid awhite ou People Retrieve a single attribute. Attribute attr Attribute mail 218 Chapter 13 Accessing Enterprise Data with JNDI The BasicAttribute and BasicAttributes classes implement the Attribute and Attributes interfaces. You use objects of this type when you work with methods typically methods associated with the DirContext interface that require them as parameters. For example the modifyAttributes and search methods can accept a parameter of type Attributes. The following section provides more details on working with attributes. Searching a directory service Searching is one of the most useful

TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
337    141    1    29-11-2024
309    134    0    29-11-2024
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.