Document toolboxDocument toolbox

14.1 sp259_time_bands

This table defines the start and end time of each named time band.


 

Table Definition

Field
Type
Default
Nullable
band_namevarchar2(4)   (error)
descriptionvarchar2(15)   (error) 
start_timedate   (error)
end_timedate   (error)
band_typevarchar2(2)   (error)
field_idvarchar2(100)   (error)

Keys

primary key (band_name)
unique (description)
foreign key (band_type) references 14.1 sp258_band_types (band_type)

Column Descriptions

FieldDescription
band_name  

Time band identifier.

(warning) This column does not support wide (i.e. multibyte) characters.

descriptionTime band description. 
start_timeStart time. Uses RU Time Zone. 
end_time  End time. Uses RU Time Zone. 
band_type 

Time band type.

(warning) This column does not support wide (i.e. multibyte) characters.