Uses of Class
adams.db.LargeObjectType
-
Packages that use LargeObjectType Package Description adams.db adams.flow.sink adams.flow.source -
-
Uses of LargeObjectType in adams.db
Methods in adams.db that return LargeObjectType Modifier and Type Method Description static LargeObjectTypeLargeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static LargeObjectType[]LargeObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LargeObjectType in adams.flow.sink
Fields in adams.flow.sink declared as LargeObjectType Modifier and Type Field Description protected LargeObjectTypeLargeObjectDbWriter. m_Typethe type of object to read.Methods in adams.flow.sink that return LargeObjectType Modifier and Type Method Description LargeObjectTypeLargeObjectDbWriter. getType()Returns the type to use.Methods in adams.flow.sink with parameters of type LargeObjectType Modifier and Type Method Description voidLargeObjectDbWriter. setType(LargeObjectType value)Sets the type to use. -
Uses of LargeObjectType in adams.flow.source
Fields in adams.flow.source declared as LargeObjectType Modifier and Type Field Description protected LargeObjectTypeLargeObjectDbReader. m_Typethe type of object to read.Methods in adams.flow.source that return LargeObjectType Modifier and Type Method Description LargeObjectTypeLargeObjectDbReader. getType()Returns the type to use.Methods in adams.flow.source with parameters of type LargeObjectType Modifier and Type Method Description voidLargeObjectDbReader. setType(LargeObjectType value)Sets the type to use.
-