public static enum DatabaseType.DatabaseTypeHelper extends java.lang.Enum<DatabaseType.DatabaseTypeHelper>
Enum Constant and Description |
---|
databaseTypeHelper |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
buildCompatible(PLSQLargument arg) |
void |
buildOutAssignment(java.lang.StringBuilder sb,
PLSQLargument outArg,
PLSQLStoredProcedureCall call) |
void |
buildOutputRow(PLSQLargument outArg,
AbstractRecord outputRow,
DatabaseRecord newOutputRow,
java.util.List<DatabaseField> outputRowFields,
java.util.List outputRowValues) |
java.lang.String |
buildTarget(PLSQLargument arg) |
int |
computeInIndex(PLSQLargument inArg,
int newIndex) |
int |
computeOutIndex(PLSQLargument outArg,
int newIndex) |
void |
declareTarget(java.lang.StringBuilder sb,
PLSQLargument arg,
DatabaseType databaseType) |
void |
logParameter(java.lang.StringBuilder sb,
java.lang.Integer direction,
PLSQLargument arg,
AbstractRecord translationRow,
DatabasePlatform platform) |
void |
translate(PLSQLargument arg,
AbstractRecord translationRow,
AbstractRecord copyOfTranslationRow,
java.util.List copyOfTranslationFields,
java.util.List translationRowFields,
java.util.List translationRowValues,
StoredProcedureCall call) |
static DatabaseType.DatabaseTypeHelper |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType.DatabaseTypeHelper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseType.DatabaseTypeHelper databaseTypeHelper
public static DatabaseType.DatabaseTypeHelper[] values()
for (DatabaseType.DatabaseTypeHelper c : DatabaseType.DatabaseTypeHelper.values()) System.out.println(c);
public static DatabaseType.DatabaseTypeHelper valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String buildTarget(PLSQLargument arg)
public java.lang.String buildCompatible(PLSQLargument arg)
public void declareTarget(java.lang.StringBuilder sb, PLSQLargument arg, DatabaseType databaseType)
public int computeInIndex(PLSQLargument inArg, int newIndex)
public int computeOutIndex(PLSQLargument outArg, int newIndex)
public void buildOutAssignment(java.lang.StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call)
public void translate(PLSQLargument arg, AbstractRecord translationRow, AbstractRecord copyOfTranslationRow, java.util.List copyOfTranslationFields, java.util.List translationRowFields, java.util.List translationRowValues, StoredProcedureCall call)
public void buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, java.util.List<DatabaseField> outputRowFields, java.util.List outputRowValues)
public void logParameter(java.lang.StringBuilder sb, java.lang.Integer direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference