net.hasor.jdbc.core.value
接口 DisposableSqlTypeValue

所有超级接口:
SqlTypeValue

public interface DisposableSqlTypeValue
extends SqlTypeValue

Subinterface of SqlTypeValue that adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.

从以下版本开始:
1.1
作者:
Juergen Hoeller

字段摘要
 
从接口 net.hasor.jdbc.core.value.SqlTypeValue 继承的字段
TYPE_UNKNOWN
 
方法摘要
 void cleanup()
          Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
 
从接口 net.hasor.jdbc.core.value.SqlTypeValue 继承的方法
setTypeValue
 

方法详细信息

cleanup

void cleanup()
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.



Copyright © 2013-2014. All Rights Reserved.