Advance Pascal Script (DWS Extanded)
TColumnDef
TColumnDef- -
Description
Hierarchytype TColumnDef= class(TValuedItem)
property ASCURSOR:TSQLCursor;
property ASSQLTEXT:String;
property DATATYPE:Integer;
property ISNULL:Boolean;
property READONLY:Boolean;
property REQUIRED:Boolean;
property SIZE:Integer;
property SQLCURSOR:TSQLCursor;
end;
UP