Definition in file SQLSerialize.h.
#include "Serialize.h"
#include "../util/StringBuffer.h"
Go to the source code of this file.
Namespaces | |
| namespace | oasys |
Classes | |
| class | oasys::SQLQuery |
| SQLQuery implements common functionality used when building up a SQL query string. More... | |
| class | oasys::SQLInsert |
| SQLInsert is a SerializeAction that builts up a SQL "INSERT INTO" query statement based on the values in an object. More... | |
| class | oasys::SQLUpdate |
| SQLUpdate is a SerializeAction that builts up a SQL "UPDATE" query statement based on the values in an object. More... | |
| class | oasys::SQLTableFormat |
| SQLTableFormat is a SerializeAction that builts up a SQL "CREATE TABLE" query statement based on the values in an object. More... | |
| class | oasys::SQLExtract |
| SQLExtract is a SerializeAction that constructs an object's internals from the results of a SQL "select" statement. More... | |
1.5.1