INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- create QUERY from the specified string
-- create typical SQL_SELECT from the specified parts
-- create typical SQL_INSERT from the specified parts
-- create typical SQL_UPDATE from the specified parts
-- create typical SQL_DELETE from the specified parts
-- returns database' type definition block; the specified type
-- can be either SQL or Eiffel data type constant
-- this feature is very useful when it is needed to pick up
-- data type in SQL statements, for example in "CREATE TABLE"
-- note: if applicable, a precision and scale are set to their
-- maximum values on this database
-- same as 'sql_type' but with the possibility to specify
-- a precision
-- same as 'sql_type' but with the possibility to specify
-- a precision and scale
-- ...
-- ...
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |