Package | Description |
---|---|
tech.ibit.mybatis.sqlbuilder.exception |
Modifier and Type | Method and Description |
---|---|
static SqlException |
SqlException.columnNullPointer(String table,
String column)
列为空
|
static SqlException |
SqlException.columnValueNotFound()
列值不存在
|
static SqlException |
SqlException.idAutoIncrease(String table,
String id)
自增长字段不能插入
|
static SqlException |
SqlException.idInvalidUpdate(String table,
String id)
主键不能被更新
|
static SqlException |
SqlException.idNotFound(String table)
id不存在
|
static SqlException |
SqlException.idNullPointer(String table,
String id)
id为空
|
static SqlException |
SqlException.idValueNotFound()
id不存在
|
static SqlException |
SqlException.multiIdNotSupported(String table)
不支持多个id
|
static SqlException |
SqlException.tableNotMatched(String exceptTable,
String actualTable)
表名不匹配
|
static SqlException |
SqlException.uniqueKeyValueNotFound()
Unique Key 信息不存在
|
Copyright © 2020 IBIT程序猿. All rights reserved.