rdms

    5

    4答えて

    JDBCインサートでキーを自動生成できる一般的なRDMSがありますか?たとえば、私は、主キー、IDを持つテーブル、およびint型の値がある場合: create table test ( id int not null, myNum int null ) を、私はjava.sql.SQLExceptionを取得挿入 PreparedStatement statement =