create table t(i int not null primary key,j int not null,k int)
create clustered index t_x on t(j);
create index t_y on t(k);
If not specified, the primary key is used implicitly for clustering.
For the default row-store, every table has exactly one clustered index.
jdbc:default:connection
.
select * from emps where name=?
)
serverRmiRegistryPort
controls the connection port, and
serverSingleListenerPort
forces all RMI objects to
multiplex over a single statically assigned port (default value of
-1
means use dynamically assigned ports for this
instead).