protected static class Oracle9Platform.NTypeBindCallCustomParameter
extends org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
Constructor and Description |
---|
NTypeBindCallCustomParameter(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
set(org.eclipse.persistence.internal.databaseaccess.DatabasePlatform platform,
PreparedStatement statement,
int index,
org.eclipse.persistence.internal.sessions.AbstractSession session)
INTERNAL:
Binds the custom parameter (obj) into the passed PreparedStatement
for the passed DatabaseCall.
|
boolean |
shouldUseUnwrappedConnection()
Return if unwrapped connection should be used.
|
public NTypeBindCallCustomParameter(Object obj)
public boolean shouldUseUnwrappedConnection()
org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
shouldUseUnwrappedConnection
in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
public void set(org.eclipse.persistence.internal.databaseaccess.DatabasePlatform platform, PreparedStatement statement, int index, org.eclipse.persistence.internal.sessions.AbstractSession session) throws SQLException
set
in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
SQLException
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.