static
enum booleangetBoolean (PlanExprCol col)booleangetBoolean (String columnName)bytegetByte (PlanExprCol col)bytecom.fasterxml.jackson.databind.JsonNodegetContainer (PlanExprCol col)<T extends JSONReadHandle>
TgetContainer (PlanExprCol col,
T containerHandle)com.fasterxml.jackson.databind.JsonNodegetContainer (String columnName)<T extends JSONReadHandle>
TgetContainer (String columnName,
T containerHandle)<T> TgetContainerAs (PlanExprCol col,
Class<T> as)<T> TgetContainerAs (String columnName, Class<T> as)<T extends AbstractReadHandle>
TgetContent (PlanExprCol col,
T contentHandle)<T extends AbstractReadHandle>
TgetContent (String columnName,
T contentHandle)<T> TgetContentAs (PlanExprCol col,
Class<T> as)<T> TgetContentAs (String columnName, Class<T> as)getContentFormat (String columnName)getContentMimetype (String columnName)getDatatype (PlanExprCol col)getDatatype (String columnName)doublegetDouble (PlanExprCol col)doublefloatgetFloat (PlanExprCol col)floatintgetInt (PlanExprCol col)intgetKind (PlanExprCol col)longgetLong (PlanExprCol col)longshortgetShort (PlanExprCol col)shortgetString (PlanExprCol col)<T extends XsAnyAtomicTypeVal>
TgetValueAs (PlanExprCol col,
Class<T> as)<T extends XsAnyAtomicTypeVal>
TgetValueAs (String columnName, Class<T> as)clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuescolumnName - the name of the columncol - the column identifierFor atomic values, the string is the lexical form of a QName with the conventional prefix for the type namespace, a separating colon, and the type local name as in xs:int or xs:dateTime.
For node values, the string has the node type as in array, document, element, or object.
columnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifierThe value class must have the same schema data type as the value of the column in the row.
T - the type of the object for the valuecolumnName - the name of the columnas - the value class for the schema data type of
the columnT - the type of the object for the valuecol - the column identifieras - the value class for the schema data type of
the columncolumnName - the name of the columncol - the column identifiercolumnName - the name of the columncol - the column identifierThe handle must support IO for content with the format and mimetype. For instance, an XML DOM handle cannot be used to read a JSON document.
T - the type of the handle for reading the
contentcolumnName - the name of the columncontentHandle - a handle for reading the content
of the column valueT - the type of the handle for reading the
contentcol - the column identifiercontentHandle - a handle for reading the content
of the column valueThe IO class must have been registered before creating the
database client. By default, the provided handles that implement
ContentHandle
are registered.
T - the type of the IO object for the contentcolumnName - the name of the columnas - the IO class for reading the content of the
column valueT - the type of the IO object for the contentcol - the column identifieras - the IO class for reading the content of the
column valueCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.