This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.sql.SQLException; | |
| public class Example { | |
| public static void main() { | |
| HiveClient client = new HiveClient(); | |
| try { | |
| client.Connect(); | |
| HiveClient.Provider p = client.GetProvider(123123123); | |
| System.out.printf("%s %s%n", p.getFirst(), p.getLast()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Categories": [ | |
| { | |
| "Names": [ | |
| "shoe" | |
| ], | |
| "Tags": [ | |
| "sneaker", | |
| "boot", | |
| "heel", | |
| "wedge", |
NewerOlder