[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: [ANN] JFaceDbc1.2 released
|
Joerg von Frantzius wrote:
> This thing is nice, on ctrl-space it does auto completion of table names
> (unfortunately not on colum names, though). And it looks good :)
It\'s not easy to do auto completion of column names because the program
should load all the column names when a new database connection is
started. But if you have a table called A and you type \"A.\" you get all
the column names; if you type \"A.col\" you get all the columns wich name
starts with \"col\".