Package | Description |
---|---|
com.streamscape.sdo.sql |
Modifier and Type | Method and Description |
---|---|
static SQLColumnSet |
SQLQueryFactory.createColumnSet()
Creates empty
SQLColumnSet object. |
static SQLColumnSet |
SQLQueryFactory.createColumnSet(ResultSet resultSet)
Creates
SQLColumnSet from provided ResultSet . |
static SQLColumnSet |
SQLQueryFactory.createColumnSet(RowSet rowSet)
Creates
SQLColumnSet from provided RowSet . |
Modifier and Type | Method and Description |
---|---|
static SQLQuery |
SQLQueryFactory.createForUpdate(java.lang.String table,
SQLColumnSet columnSet)
Generates an SQLQuery UPDTAE script for specified
columnSet columns. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.