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 LargeObjectType
LargeObjectType. 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 LargeObjectType
LargeObjectDbWriter. m_Type
the type of object to read.Methods in adams.flow.sink that return LargeObjectType Modifier and Type Method Description LargeObjectType
LargeObjectDbWriter. getType()
Returns the type to use.Methods in adams.flow.sink with parameters of type LargeObjectType Modifier and Type Method Description void
LargeObjectDbWriter. 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 LargeObjectType
LargeObjectDbReader. m_Type
the type of object to read.Methods in adams.flow.source that return LargeObjectType Modifier and Type Method Description LargeObjectType
LargeObjectDbReader. getType()
Returns the type to use.Methods in adams.flow.source with parameters of type LargeObjectType Modifier and Type Method Description void
LargeObjectDbReader. setType(LargeObjectType value)
Sets the type to use.
-