Files
Lawrin Novitsky fc1cfe2763 CONCPP-149 Introducing Date, Time and Timestamp classes
and corresponding methods.
The classes are made for representation of the corresponding database
types and for easier for application manipulation of that data - before
the only possibility was work with string representation.
Classes have construtors from string, set of integers representing each
field, std::chrono::time_point<system_clock>, setters and getters, and
comparison methods - after, before equals and compareTo
ResultSet getters return objects of corresponding class - they are not
abstract but defined almost completely in the connector.
2026-01-12 14:49:32 +01:00
..