Aivar
25 Oct 2010
Datatype for account ID
What is the best datatype to store account IDs? Number? String? No! The correct answer is XMLGregorianCalendar .
private XMLGregorianCalendar accountID;
public XMLGregorianCalendar getAccountID()
{
return accountID;
}
public void setAccountID(XMLGregorianCalendar value)
{
accountID = value;
}
Our recent stories
From prototype to platform: Revolutionising learning at kood/Jõhvi
How prototyping, collaboration, and innovation transformed a unique coding school’s educational system
Partnering with Nicigas in their Energy Development Business
In Codeborne we have built energy information systems in Estonia, Sweden, Norway, Denmark, Luxembourg, Austria, and Japan. With Nicigas we combined our expertise and skillset to create something new on the Japanese market.
From wine tasting to digital innovation- the birth of the Wine Experience Club
We recently sat down with our client, Rait Maasikas, to go deeper into the story behind one of our more unusual recent projects- the Wine Experience Club.