Uses of Record Class
com.loomcache.client.LoomSqlResult
Packages that use LoomSqlResult
-
Uses of LoomSqlResult in com.loomcache.client
Methods in com.loomcache.client that return LoomSqlResultModifier and TypeMethodDescriptionstatic LoomSqlResultLoomSqlResult.fromWireFormat(Map<String, @Nullable Object> wireMap) Creates aLoomSqlResultfrom the portable wire format used by the server (aMapwith "columnNames" and "rows" keys), where row cells are stringified values ornull.Execute a SQL query on the cluster.