Modifier and Type | Field and Description |
---|---|
static int |
CACNLED |
static int |
DELETE |
static int |
DELETED |
static int |
INSERT |
static int |
INSERTED |
Modifier and Type | Method and Description |
---|---|
void |
close()
关闭当前ResultSet,如果有未提交的修改直接丢弃
|
boolean |
commit()
更新此条记录。并提交到数据库。最后释放游标
|
void |
delete()
删除此条记录,并提交到数据库
|
T |
get()
获得记录对应的Entity Bean
|
String |
toString() |
public static final int INSERT
public static final int INSERTED
public static final int DELETE
public static final int DELETED
public static final int CACNLED
public T get()
public boolean commit() throws SQLException
SQLException
public void delete() throws SQLException
SQLException
public void close() throws SQLException
SQLException
Copyright © 2020. All rights reserved.