Class | Description |
---|---|
DSGenerator |
Convert whole database into list of data-service objects,data-service object
per a each table This data-service object contain the all the basic database
operations as follows Insert, Delete, Update, Select and Select all.This
class has overload constructors.
|
DSSqlTypes |
Feed a array using ,wso2 define sql types for Data-service return the static
array which contain the data types
|
DynamicSqlUtils |
This class create SQL Statement in Dynamically When Consider One Statement it
build by part by part in the Runtime after complete the Statement it executed
and finally return the Result as a single query so it can use for SQL query
operations
|
PaginatedTableInfo |
Copyright © 2019 WSO2. All rights reserved.