Business Objects
Quark Platform Documentation
Version 1.7.1_0
Business Objects

Package org.openquark.util.database

Class Summary
FieldDescription A description of a column in a database table.
SqlType This class (SqlType) provides a Java data class corresponding to the CAL type constructor Cal.Data.SqlType.SqlType.
SqlType.SqlType_Array This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Array.
SqlType.SqlType_BigInt This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_BigInt.
SqlType.SqlType_Binary This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Binary.
SqlType.SqlType_Bit This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Bit.
SqlType.SqlType_Blob This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Blob.
SqlType.SqlType_Boolean This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Boolean.
SqlType.SqlType_Char This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Char.
SqlType.SqlType_Clob This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Clob.
SqlType.SqlType_Datalink This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Datalink.
SqlType.SqlType_Date This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Date.
SqlType.SqlType_Decimal This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Decimal.
SqlType.SqlType_Distinct This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Distinct.
SqlType.SqlType_Double This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Double.
SqlType.SqlType_Float This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Float.
SqlType.SqlType_Integer This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Integer.
SqlType.SqlType_JavaObject This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_JavaObject.
SqlType.SqlType_LongVarBinary This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_LongVarBinary.
SqlType.SqlType_LongVarChar This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_LongVarChar.
SqlType.SqlType_Null This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Null.
SqlType.SqlType_Numeric This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Numeric.
SqlType.SqlType_Other This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Other.
SqlType.SqlType_Real This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Real.
SqlType.SqlType_Ref This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Ref.
SqlType.SqlType_SmallInt This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_SmallInt.
SqlType.SqlType_Struct This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Struct.
SqlType.SqlType_Time This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_Time.
SqlType.SqlType_TimeStamp This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_TimeStamp.
SqlType.SqlType_TinyInt This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_TinyInt.
SqlType.SqlType_VarBinary This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_VarBinary.
SqlType.SqlType_VarChar This class represents instances of the CAL data constructor Cal.Data.SqlType.SqlType_VarChar.
TableConstraint A description of a constraint on a table (such as uniqueness or a foreign key).
TableConstraint.ForeignKeyConstraint A foreign key constraint on a table.
TableConstraint.PrimaryKeyConstraint A primary key on a table consisting of a number of database columns.
TableConstraint.UniquenessConstraint A constraint on a table which ensures that no 2 rows have the same values for the specified set of fields.
TableDescription The metadata for a database table, including field and constraint info.
TableReference An object which represents a database table.
 


Business Objects
Quark Platform Documentation
Version 1.7.1_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.