Crate uosql_client [] [src]

Simple client program Establishes connection to server and sends login information

Functions

display

Display data from ResultSet.

display_seperator

Display separator line adjusted to given column sizes. (Pattern +-...-+)

read_address

Read IP-address to connect to from command-line. In case no input was given ("\n") default address "127.0.0.1" is returned.

read_port

Read Port number to connect to from command-line. In case no input given ("\n") default port "4242" is returned.

read_string

Read a string from command line. Return a valid string, else loop.