Package | Description |
---|---|
org.riversun.d6.core |
Modifier and Type | Class and Description |
---|---|
class |
D6CrudDeleteHelper
Helper class to perform the following using the model classes
-To generate DELETE statement -Populate properties of the model object into prepared statement Called from D6Crud |
class |
D6CrudInsertHelper
Helper class to INSEDRT statement
-Populate properties of the model object into prepared statement Called from D6Crud |
class |
D6CrudSelectHelper
Helper class to perform the following using the model classes
-Have utility method for SELECT statement Called from D6Crud |
class |
D6CrudUpdateHelper
Helper class to perform the following using the model classes
-To generate UPDATE statement -Populate properties of the model object into prepared statement Called from D6Crud |
Copyright © 2015. All rights reserved.