Method and Description |
---|
com.datastax.driver.core.DataType.deserialize(ByteBuffer, int)
This method is provided for backward compatibility. Use
DataType.deserialize(ByteBuffer,ProtocolVersion) instead. |
com.datastax.driver.core.BoundStatement.setDate(int, Date)
deprecated in favor of
BoundStatement.setTimestamp(int, Date) |
com.datastax.driver.core.BoundStatement.setDate(String, Date)
deprecated in favor of
BoundStatement.setTimestamp(String, Date) |
Constructor and Description |
---|
com.datastax.driver.core.ProtocolOptions(int, int, SSLOptions, AuthProvider)
This is provided for backward compatibility; use
#ProtocolOptions(int, ProtocolVersion, int, SSLOptions, AuthProvider)) instead. |
Copyright © 2012–2015. All rights reserved.