public class DAOUtil extends Object
Constructor and Description |
---|
DAOUtil() |
Modifier and Type | Method and Description |
---|---|
static List<ObjectDAO> |
getObjectDAO(ResultSet resultSet)
Generate the ObjectDAO list from the result set.
|
static List<OtherTypeDAO> |
getOtherTypeDAO(ResultSet resultSet)
Generate the OtherTypeDAO list from the result set.
|
static List<PackageFunctionDAO> |
getPackageFunctionDAO(ResultSet resultSet)
Generate the PackageFunctionDAO list from the result set.
|
static List<RecordDAO> |
getRecordDAO(ResultSet resultSet)
Generate the RecordDAO list from the result set.
|
public static List<PackageFunctionDAO> getPackageFunctionDAO(ResultSet resultSet)
resultSet
- Result set for manipulationList
List of DAOspublic static List<RecordDAO> getRecordDAO(ResultSet resultSet)
resultSet
- Result set for manipulationList
List of DAOspublic static List<OtherTypeDAO> getOtherTypeDAO(ResultSet resultSet)
resultSet
- Result set for manipulationList
List of DAOsCopyright © 2018 WSO2. All rights reserved.