Class StringParser (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass StringParserextendsParser<String>Translate from wire protocol to string.
Inherited Members
Static Methods
toString(byte[] data)
publicstaticStringtoString(byte[]data)Converts the binary data to an UTF8 string.
Name
Description
Returns
Type
Description
Methods
binaryParse()
protectedbyte[]binaryParse()Used to parse data type onto binary. Override this to change binary representation.
Type
Description
byte[]
Overrides
bind(Statement.Builder statementBuilder, String name)
publicvoidbind(Statement.BuilderstatementBuilder,Stringname) Name
Description
statementBuilder
Overrides
com.google.cloud.spanner.Statement.BuilderstringParse()
publicStringstringParse()Used to parse data type into string. Override this to change the string representation.
Type
Description
Overrides