Interface CQL3Type

    • Field Detail

      • logger

        static final org.slf4j.Logger logger
    • Method Detail

      • isCollection

        default boolean isCollection()
      • isUDT

        default boolean isUDT()
      • toCQLLiteral

        java.lang.String toCQLLiteral​(java.nio.ByteBuffer bytes,
                                      ProtocolVersion version)
        Generates CQL literal from a binary value of this type.
        Parameters:
        bytes - the value to convert to a CQL literal. This value must be serialized with version of the native protocol.
        version - the native protocol version in which buffer is encoded.