Uses of Class
org.eclipse.persistence.internal.databaseaccess.DatasourceCall.ParameterType
-
-
Uses of DatasourceCall.ParameterType in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess with type parameters of type DatasourceCall.ParameterType Modifier and Type Field Description protected List<DatasourceCall.ParameterType>DatasourceCall. parameterTypesMethods in org.eclipse.persistence.internal.databaseaccess that return DatasourceCall.ParameterType Modifier and Type Method Description static DatasourceCall.ParameterTypeDatasourceCall.ParameterType. valueOf(int value)Returns the enum constant of this type with the specified name.static DatasourceCall.ParameterTypeDatasourceCall.ParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasourceCall.ParameterType[]DatasourceCall.ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.databaseaccess that return types with arguments of type DatasourceCall.ParameterType Modifier and Type Method Description List<DatasourceCall.ParameterType>DatasourceCall. getParameterTypes()The parameter types determine if the parameter is a modify, translation or literal type.List<DatasourceCall.ParameterType>QueryStringCall. getParameterTypes()The parameter types determine if the parameter is a modify, translation or litteral type.Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type DatasourceCall.ParameterType Modifier and Type Method Description StringDatabasePlatform. getProcedureArgument(String name, Object parameter, DatasourceCall.ParameterType parameterType, StoredProcedureCall call, AbstractSession session)Obtain the platform specific argument stringstatic booleanDatasourceCall. isOutputParameterType(DatasourceCall.ParameterType parameterType)Method parameters in org.eclipse.persistence.internal.databaseaccess with type arguments of type DatasourceCall.ParameterType Modifier and Type Method Description voidDatasourceCall. setParameterTypes(List<DatasourceCall.ParameterType> parameterTypes)The parameter types determine if the parameter is a modify, translation or literal type. -
Uses of DatasourceCall.ParameterType in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type DatasourceCall.ParameterType Modifier and Type Method Description voidComplexDatabaseType. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidDatabaseType.DatabaseTypeHelper. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidDatabaseType. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform) -
Uses of DatasourceCall.ParameterType in org.eclipse.persistence.platform.database
Methods in org.eclipse.persistence.platform.database with parameters of type DatasourceCall.ParameterType Modifier and Type Method Description StringDB2Platform. getProcedureArgument(String name, Object parameter, DatasourceCall.ParameterType parameterType, StoredProcedureCall call, AbstractSession session)Obtain the platform specific argument stringStringDB2ZPlatform. getProcedureArgument(String name, Object parameter, DatasourceCall.ParameterType parameterType, StoredProcedureCall call, AbstractSession session)StringOraclePlatform. getProcedureArgument(String name, Object parameter, DatasourceCall.ParameterType parameterType, StoredProcedureCall call, AbstractSession session) -
Uses of DatasourceCall.ParameterType in org.eclipse.persistence.platform.database.jdbc
Methods in org.eclipse.persistence.platform.database.jdbc with parameters of type DatasourceCall.ParameterType Modifier and Type Method Description voidJDBCTypes. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform) -
Uses of DatasourceCall.ParameterType in org.eclipse.persistence.platform.database.oracle.plsql
Fields in org.eclipse.persistence.platform.database.oracle.plsql declared as DatasourceCall.ParameterType Modifier and Type Field Description DatasourceCall.ParameterTypePLSQLargument. directionMethods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type DatasourceCall.ParameterType Modifier and Type Method Description protected static List<PLSQLargument>PLSQLStoredProcedureCall. getArguments(List<PLSQLargument> args, DatasourceCall.ParameterType direction)INTERNALvoidOraclePLSQLTypes. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)INTERNAL: Append the parameter for logging purposes.voidPLSQLrecord. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)Constructors in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type DatasourceCall.ParameterType Constructor Description PLSQLargument(String name, int originalIndex, DatasourceCall.ParameterType direction, DatabaseType databaseType)PLSQLargument(String name, int originalIndex, DatasourceCall.ParameterType direction, DatabaseType databaseType, int length)PLSQLargument(String name, int originalIndex, DatasourceCall.ParameterType direction, DatabaseType databaseType, int precision, int scale) -
Uses of DatasourceCall.ParameterType in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries with parameters of type DatasourceCall.ParameterType Modifier and Type Method Description protected DatabaseFieldSQLCall. afterTranslateCustomQueryUpdateParameter(DatabaseField field, int index, DatasourceCall.ParameterType parameterType, List updatedParameters, List<DatasourceCall.ParameterType> updatedParameterTypes)INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
-