Bind the socket to an address. The socket must not already be bound.
The Family passed to bind must be the same as that
passed to socket. If the special port number
defaultPort is passed then the system assigns the next
available use port.
Bind the socket to an address. The socket must not already be bound.
The Family passed to bind must be the same as that
passed to socket. If the special port number defaultPort
is passed then the system assigns the next available use port.
Binds parameters to a prepared statement. Once nextRow returns
Nothing, the statement must be reset with the reset
function before it can be executed again by calling nextRow.