Humble Trader

Friday, September 01, 2006

Get HTML - Table HTML_PAGES Specification

  • Name: HTML_PAGES
  • Description: Holds details about web pages that may be accessed. This includes the URL and any security information required.
  • Columns:
    • Name: NAME
      • Description: Primary key. Local name given to the page for reference purposes. This should be unique and is used as a parameter to page processes so should contain no spaces or special characters.
      • Datatype: VARCHAR2(30)
      • Null: No
      • Unique: Yes
      • Part of PK: Yes
    • Name: URL
      • Description: The URL of the page to be accessed.
      • Datatype: VARCHAR2(4000)
      • Null: No
      • Unique: Yes
      • Part of PK: No
    • Name: USERNAME
      • Description: Username if the page requires secure login. NULL if not required.
      • Datatype: VARCHAR2(4000)
      • Null: Yes
      • Unique: No
      • Part of PK: No
    • Name: PASSWORD
      • Description: Password if the page requires secure login. NULL if not required.
      • Datatype: VARCHAR2(4000)
      • Null: Yes
      • Unique: No
      • Part of PK: No

0 Comments:

Post a Comment

<< Home