Home
last modified time | relevance | path

Searched refs:hostandport (Results 1 – 1 of 1) sorted by relevance

/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx141 OUString hostandport = token.getToken(0,':', nIndex1); in construct() local
142 if (hostandport.getLength()) { in construct()
143 aHostName = hostandport; in construct()
144 hostandport = token.getToken(0, ':', nIndex1); in construct()
145 if (hostandport.getLength() && nIndex1) { in construct()
146 nPort = hostandport.toInt32(); in construct()

Completed in 18 milliseconds