public interface Defaultable
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getPkValuesByDefault()
get primary key values by default keyword.
|
List<Object> |
getPkValuesByDefault(String pkKey)
get primary key values by default keyword.
|
List<Object> getPkValuesByDefault() throws SQLException
SQLException - the sql exceptionList<Object> getPkValuesByDefault(String pkKey) throws SQLException
pkKey - the pk keySQLException - the sql exceptionCopyright © 2023 Seata. All rights reserved.