Uses of Class
org.silverpeas.components.jdbcconnector.service.TableRow
-
Packages that use TableRow Package Description org.silverpeas.components.jdbcconnector.service -
-
Uses of TableRow in org.silverpeas.components.jdbcconnector.service
Methods in org.silverpeas.components.jdbcconnector.service that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>
JdbcRequester. request()
Requests the data source by using the SQL query that was set with the current underlyingDataSourceConnectionInfo
instance.List<TableRow>
JdbcRequester. request(String sqlQuery)
Requests the data source with the specified SQL query.
-