Class UuidParser (0.27.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass UuidParserextendsParser<String>Translate from wire protocol to UUID. This is currently a one-way conversion, as we only accept UUID as a parameter type. UUIDs are converted to strings.
Inherited Members
Methods
binaryParse()
protectedbyte[]binaryParse()Used to parse data type onto binary. Override this to change binary representation.
| Returns | |
|---|---|
| Type | Description |
byte[] |
|
bind(Statement.Builder statementBuilder, String name)
publicvoidbind(Statement.BuilderstatementBuilder,Stringname)| Parameters | |
|---|---|
| Name | Description |
statementBuilder |
com.google.cloud.spanner.Statement.Builder |
name |
String |
stringParse()
publicStringstringParse()Used to parse data type into string. Override this to change the string representation.
| Returns | |
|---|---|
| Type | Description |
String |
|