Class SybaseCallableStatementSupport

java.lang.Object
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
org.hibernate.procedure.internal.SybaseCallableStatementSupport
All Implemented Interfaces:
CallableStatementSupport

public class SybaseCallableStatementSupport extends AbstractStandardCallableStatementSupport
Sybase implementation of CallableStatementSupport. The JDBC driver of Sybase doesn't support function invocations, so we have to render a select statement instead.