- indexing
- title: "Field of BLOB type"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: dale
class BLOB_FIELD
- inherit
-
FIELD_OF_TYPE
[BLOB]
- end
- creation
- make
- feature -- Attributes:
-
query: SIMPLE_QUERY
-
col_no: INTEGER
- feature -- Settings:
-
set_query (q: SIMPLE_QUERY)
-
-
-- Set `query' value.
-
set_col_no (i: INTEGER)
-
-
-- ...
end -- class BLOB_FIELD