public class MismatchedSqlTypeException extends SqlException
| 构造器和说明 |
|---|
MismatchedSqlTypeException() |
MismatchedSqlTypeException(String message) |
MismatchedSqlTypeException(String message,
Throwable cause) |
MismatchedSqlTypeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MismatchedSqlTypeException(Throwable cause) |
Copyright © 2022. All rights reserved.