Modifier and Type | Field and Description |
---|---|
boolean |
cursorOutput |
org.eclipse.persistence.internal.helper.DatabaseType |
databaseType |
int |
direction |
int |
inIndex |
int |
length |
String |
name |
int |
originalIndex |
int |
outIndex |
int |
precision |
int |
scale |
Constructor and Description |
---|
PLSQLargument() |
PLSQLargument(String name,
int originalIndex,
int direction,
org.eclipse.persistence.internal.helper.DatabaseType databaseType) |
PLSQLargument(String name,
int originalIndex,
int direction,
org.eclipse.persistence.internal.helper.DatabaseType databaseType,
int length) |
PLSQLargument(String name,
int originalIndex,
int direction,
org.eclipse.persistence.internal.helper.DatabaseType databaseType,
int precision,
int scale) |
Modifier and Type | Method and Description |
---|---|
void |
setIsNonAssociativeCollection(boolean isNonAsscociative)
Sets flag on this argument's database type indicating that it represents a
non-associative collection, i.e.
|
String |
toString() |
void |
useNamedCursorOutputAsResultSet() |
public String name
public int direction
public int originalIndex
public int inIndex
public int outIndex
public org.eclipse.persistence.internal.helper.DatabaseType databaseType
public int length
public int precision
public int scale
public boolean cursorOutput
public PLSQLargument()
public PLSQLargument(String name, int originalIndex, int direction, org.eclipse.persistence.internal.helper.DatabaseType databaseType)
public PLSQLargument(String name, int originalIndex, int direction, org.eclipse.persistence.internal.helper.DatabaseType databaseType, int length)
public PLSQLargument(String name, int originalIndex, int direction, org.eclipse.persistence.internal.helper.DatabaseType databaseType, int precision, int scale)
public void useNamedCursorOutputAsResultSet()
public void setIsNonAssociativeCollection(boolean isNonAsscociative)
isNonAsscociative
- true indicates this argument's database type represents a Nested TablePLSQLCollection