Class Tuples.INRaw

    • Constructor Detail

      • INRaw

        public INRaw​(int bindIndex)
    • Method Detail

      • getExactTypeIfKnown

        public AbstractType<?> getExactTypeIfKnown​(java.lang.String keyspace)
        Description copied from class: Term.Raw
        The type of the term if it can be infered.
        Specified by:
        getExactTypeIfKnown in class Term.Raw
        Parameters:
        keyspace - the keyspace on which the statement containing this term is on.
        Returns:
        the type of this Term if inferrable, or null otherwise (for instance, the type isn't inferable for a bind marker. Even for literals, the exact type is not inferrable since they are valid for many different types and so this will return null too).