Uses of Interface
io.ciera.tool.sql.ooaofooa.domain.CoreDataType
-
Packages that use CoreDataType Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.domain io.ciera.tool.sql.ooaofooa.domain.impl -
-
Uses of CoreDataType in io.ciera.tool
Methods in io.ciera.tool with parameters of type CoreDataType Modifier and Type Method Description voidSql. relate_R17_CoreDataType_is_a_DataType(CoreDataType form, DataType part)voidSqlSqlLoader. serialize_CoreDataType(CoreDataType coredatatype_inst, PrintStream out)voidSql. unrelate_R17_CoreDataType_is_a_DataType(CoreDataType form, DataType part) -
Uses of CoreDataType in io.ciera.tool.sql.ooaofooa.domain
Methods in io.ciera.tool.sql.ooaofooa.domain that return CoreDataType Modifier and Type Method Description CoreDataTypeDataType. R17_is_a_CoreDataType()Methods in io.ciera.tool.sql.ooaofooa.domain with parameters of type CoreDataType Modifier and Type Method Description default voidDataType. setR17_is_a_CoreDataType(CoreDataType inst) -
Uses of CoreDataType in io.ciera.tool.sql.ooaofooa.domain.impl
Classes in io.ciera.tool.sql.ooaofooa.domain.impl that implement CoreDataType Modifier and Type Class Description classCoreDataTypeImplFields in io.ciera.tool.sql.ooaofooa.domain.impl declared as CoreDataType Modifier and Type Field Description static CoreDataTypeCoreDataTypeImpl. EMPTY_COREDATATYPEMethods in io.ciera.tool.sql.ooaofooa.domain.impl that return CoreDataType Modifier and Type Method Description static CoreDataTypeCoreDataTypeImpl. create(Sql context)static CoreDataTypeCoreDataTypeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_DT_ID, int m_Core_Typ)CoreDataTypeCoreDataTypeSetImpl. nullElement()CoreDataTypeCoreDataTypeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)CoreDataTypeDataTypeImpl. R17_is_a_CoreDataType()CoreDataTypeCoreDataTypeImpl. self()Methods in io.ciera.tool.sql.ooaofooa.domain.impl that return types with arguments of type CoreDataType Modifier and Type Method Description List<CoreDataType>CoreDataTypeSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.domain.impl with parameters of type CoreDataType Modifier and Type Method Description voidDataTypeImpl. setR17_is_a_CoreDataType(CoreDataType inst)Method parameters in io.ciera.tool.sql.ooaofooa.domain.impl with type arguments of type CoreDataType Modifier and Type Method Description CoreDataTypeSetCoreDataTypeSetImpl. emptySet(Comparator<? super CoreDataType> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.domain.impl with type arguments of type CoreDataType Constructor Description CoreDataTypeSetImpl(Comparator<? super CoreDataType> comp)
-