Uses of Interface
org.synchronoss.cpo.core.parser.ExpressionParser
Packages that use ExpressionParser
Package
Description
-
Uses of ExpressionParser in org.synchronoss.cpo.cassandra.meta
Methods in org.synchronoss.cpo.cassandra.meta that return ExpressionParser -
Uses of ExpressionParser in org.synchronoss.cpo.core.meta
Methods in org.synchronoss.cpo.core.meta that return ExpressionParserModifier and TypeMethodDescriptionCpoMetaAdapter.getExpressionParser()Gets the parser used to extract bind-marker/column information from this metadata source's native function expressions.CpoMetaDescriptor.getExpressionParser()Gets the parser used to extract bind-marker/column information from this metadata source's native function expressions. -
Uses of ExpressionParser in org.synchronoss.cpo.core.parser
Classes in org.synchronoss.cpo.core.parser that implement ExpressionParserModifier and TypeClassDescriptionclassExpressionParserimplementation for native expressions that use positional?bind markers (the common JDBC/CQL convention). -
Uses of ExpressionParser in org.synchronoss.cpo.jdbc.meta
Methods in org.synchronoss.cpo.jdbc.meta that return ExpressionParser