public class AutoGeneratedKey extends Object
| 构造器和说明 |
|---|
AutoGeneratedKey(String sql,
int[] columnIndexes,
Protocol protocol) |
AutoGeneratedKey(String sql,
String[] columnNames,
Protocol protocol) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
getColumnDefinition() |
String |
getNewSqlByIndex() |
String |
getNewSqlByName() |
boolean |
isInsertSql() |
public AutoGeneratedKey(String sql, int[] columnIndexes, Protocol protocol) throws SQLException
SQLExceptionpublic AutoGeneratedKey(String sql, String[] columnNames, Protocol protocol) throws SQLException
SQLExceptionpublic boolean isInsertSql()
public void getColumnDefinition()
throws SQLException
SQLExceptionpublic String getNewSqlByIndex() throws SQLException
SQLExceptionpublic String getNewSqlByName() throws SQLException
SQLExceptionCopyright © 2024 oceanbase.com. All rights reserved.