INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES
indexing
title:
"Describe parameter"
project:
"Visual Eiffel"
revision:
"$Revision: 1.1 $"
copyright:
"Copyright (C) 1996-2005 Object Tools Group"
license:
"http://visual-eiffel.com/license"
cluster:
dale
class
DESCRIBE_PARAMETER
inherit
DALE_SERVER
end
creation
make
feature
-- Attributes:
number
:
INTEGER
sql_type
:
INTEGER
precision
:
INTEGER
scale
:
INTEGER
required
:
INTEGER
feature
-- Commands:
make
(
q
:
QUERY
;
no
:
INTEGER
)
-- Creation procedure
is_valid
:
BOOLEAN
-- ...
is_required
:
BOOLEAN
-- is non-Null value required?
end
-- class
DESCRIBE_PARAMETER
INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES