Aivar
25 Oct 2010
Datatype for account ID
Antud lugu on saadaval ainult inglise keeles
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
Transforming the workflow for financial reporting
From Word documents to a unified platform: Tackling workflow inefficiencies
Not only a Java house - what has changed?
In the past four years, the technological landscape at Codeborne has evolved significantly.
From prototype to platform: Revolutionising learning at kood/Jõhvi
How prototyping, collaboration, and innovation transformed a unique coding school’s educational system