Class Converter (0.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass ConverterUtility class for converting between generic PostgreSQL conversions.
Inherited Members
Static Methods
parseData(ResultSet result, int columnarIndex, ProxyServer.DataFormat format)
publicstaticbyte[]parseData(ResultSetresult,intcolumnarIndex,ProxyServer.DataFormatformat)Return the data of the specified column of the ResultSet as a byte array. The column may not contain a null value.
Name
Description
result
Returns
com.google.cloud.spanner.ResultSetThe ResultSet to read the data from.
Type
Description
byte[]
a byte array containing the data in the specified format.