mirror of
https://github.com/mariadb-corporation/mariadb-connector-cpp.git
synced 2026-01-13 20:13:06 +00:00
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.