ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • sqlite.....
    과거...../개발일지 2010. 8. 17. 09:41

    테이블을 만들일이 있어서...가이드라인을 보았다..
    링크 주소 : http://www.sqlite.org/datatype3.html



    지원 타입은...고작 요거지만...모 막상 이거면 다 할 수 있으니까...ㅋㅋㅋ

  • NULL. The value is a NULL value.

  • INTEGER. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value.

  • REAL. The value is a floating point value, stored as an 8-byte IEEE floating point number.

  • TEXT. The value is a text string, stored using the database encoding (UTF-8, UTF-16BE or UTF-16LE).

  • BLOB. The value is a blob of data, stored exactly as it was input.


    훔...모바일에서 구현할때....아직 잘 모르겠다...
    정식으로 디비 설계하듯이 테이블을 많이 쪼개던식으로 쪼갤지...아니면...야매로..그냥 뭉태기로 만들어야될지....왠지 모바일이라 후자쪽으로 작성해야된다는 생각이 자꾸 든다.........................>< 누군가 안다면...ㅜㅜ 가르침을.................