SQLServerSavepoint 成员SQLServerSavepoint Members
下载 JDBC 驱动程序
Download JDBC Driver
下表列出了由 SQLServerException 类公开的成员。The following tables list the members that are exposed by the SQLServerException class.
构造函数Constructors
名称Name | 说明Description |
---|---|
SQLServerSavepoint (SQLServerConnection, java.lang.StringName)SQLServerSavepoint (SQLServerConnection, java.lang.StringName) | 基于给定的连接和名称初始化 SQLServerException 类的新实例。Initializes a new instance of the SQLServerException class based on the given connection and name. |
字段Fields
无。None.
继承的字段Inherited Fields
无。None.
方法Methods
名称Name | 说明Description |
---|---|
getLabelgetLabel | 获取保存点标签的名称。Gets the name of the savepoint label. |
getSavepointIdgetSavepointId | 获取保存点的 ID。Gets the ID of the savepoint. |
getSavepointNamegetSavepointName | 获取保存点的名称。Gets the name of the savepoint. |
isNamedisNamed | 验证保存点是否已命名。Verifies if the savepoint has been named. |
继承的方法Inherited Methods
类继承自:Class inherited from: | 方法Methods |
---|---|
java.lang.Objectjava.lang.Object | clone、equals、finalize、getClass、hashCode、notify、notifyAll、toString、waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |