|
◆ tinstant_parse()
TInstant* tinstant_parse |
( |
char ** |
str, |
|
|
Oid |
basetype, |
|
|
bool |
end, |
|
|
bool |
make |
|
) |
| |
Parse a temporal instant value from the buffer.
- Parameters
-
[in] | str | Input string |
[in] | basetype | Oid of the base type |
[in] | end | Set to true when reading a single instant to ensure there is no more input after the instant |
[in] | make | Set to false for the first pass to do not create the instant |
|