# Tibero 애플리케이션 개발자 안내서

> **안내서 정보**
>
> 안내서 제목 : Tibero 애플리케이션 개발자 안내서\
> 발행일 : 2026-03-31\
> 소프트웨어 버전 : Tibero 7.2.5\
> 안내서 버전 : v1.0.0

## 개요

본 안내서는 Tibero®(이하 Tibero)에서 제공하는 각종 애플리케이션 라이브러리를 이용하여 프로그램을 개발하려는 애플리케이션 프로그램 개발자를 대상으로 기술합니다.

{% hint style="info" %}
본 안내서는 Tibero를 실무에 적용하거나 운용하는 데 필요한 모든 사항을 포함하고 있지 않습니다. \
따라서 설치, 환경설정 등 운용 및 관리에 대해서는 각 제품 안내서를 참고 하시기 바랍니다.  &#x20;

Tibero의 설치 및 환경설정에 관한 내용은 "Tibero 설치 안내서"를 참고합니다.
{% endhint %}

## **안내서  구성**

본 문서는 총 7개의 본문과 2개의 참고자료로 구성됩니다.

#### 본문

<details>

<summary>데이터 타입의 사용</summary>

Tibero에서 제공하는 데이터 타입과 이를 사용하는 방법을 소개합니다.

🔎 [데이터 타입의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/using-data-types.md)

</details>

<details>

<summary>tbJDBC의 사용</summary>

tbJDBC를 사용하는 방법을 기술합니다.

🔎 [tbJDBC의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/tbjdbc.md)

</details>

<details>

<summary>트리거의 사용</summary>

트리거를 사용하는 방법을 기술합니다.

🔎 [트리거의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/trigger.md)

</details>

<details>

<summary>XA의 사용</summary>

분산 트랜잭션 처리에 필요한 XA를 사용하는 방법을 기술합니다.

🔎 [XA의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/xa.md)

</details>

<details>

<summary>mod_tbPSM의 사용</summary>

Apache HTTP 웹 서버를 통하여 tbPSM 프로시저 호출 및 HTML 페이지를 가져올 수 있는 mod\_tbpsm를 사용하는 방법을 기술합니다.

🔎 [mod\_tbPSM의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/mod_tbpsm.md)

</details>

<details>

<summary>객체 타입의 사용</summary>

Tibero의 객체 타입과 구성요소 동작방식에 대해서 설명합니다.

🔎 [객체 타입의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/object-type.md)

</details>

<details>

<summary>컬렉션 타입의 사용</summary>

Tibero의 컬렉션 타입과 사용 방법에 대해서 설명합니다.

🔎 [컬렉션 타입의 사용 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/collection-type.md)

</details>

#### 참고자료

<details>

<summary>tbJDBC 예제</summary>

tbJDBC를 이용하여 작성한 기본 프로그램의 전체 소스 코드를 설명합니다.

🔎 [ tbJDBC 예제 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/appendix-a.tbjdbc-example.md)

</details>

<details>

<summary>Tibero와 Tuxedo 연동 예제</summary>

Tibero와 Tuxedo 연동 예제 프로그램의 전체 소스 코드와 각종 스크립트를 설명합니다.

🔎 [Tibero와 Tuxedo 연동 예제 바로가기](/tibero-manuals/7.2.5.manuals/tibero-development-guide/appendix-b.example-of-integrating-with-tuxedo.md)

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tibero.com/tibero-manuals/7.2.5.manuals/tibero-development-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
