|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CCSIDType | |
---|---|
com.ibm.db.models.db2.zSeries | |
com.ibm.db.models.db2.zSeries.impl |
Uses of CCSIDType in com.ibm.db.models.db2.zSeries |
---|
Fields in com.ibm.db.models.db2.zSeries declared as CCSIDType | |
---|---|
static CCSIDType |
CCSIDType.ASCII_LITERAL
The 'ASCII' literal object. |
static CCSIDType |
CCSIDType.EBCDIC_LITERAL
The 'EBCDIC' literal object. |
static CCSIDType |
CCSIDType.NONE_LITERAL
The 'NONE' literal object. |
static CCSIDType |
CCSIDType.UNICODE_LITERAL
The 'UNICODE' literal object. |
Methods in com.ibm.db.models.db2.zSeries that return CCSIDType | |
---|---|
static CCSIDType |
CCSIDType.get(int value)
Returns the 'CCSID Type' literal with the specified integer value. |
static CCSIDType |
CCSIDType.get(java.lang.String literal)
Returns the 'CCSID Type' literal with the specified literal value. |
static CCSIDType |
CCSIDType.getByName(java.lang.String name)
Returns the 'CCSID Type' literal with the specified name. |
CCSIDType |
ZSeriesTable.getEncoding()
Returns the value of the 'Encoding' attribute. |
CCSIDType |
ZSeriesTableSpace.getEncodingScheme()
Returns the value of the 'Encoding Scheme' attribute. |
CCSIDType |
ZSeriesDatabaseInstance.getEncodingScheme()
Returns the value of the 'Encoding Scheme' attribute. |
Methods in com.ibm.db.models.db2.zSeries with parameters of type CCSIDType | |
---|---|
void |
ZSeriesTable.setEncoding(CCSIDType value)
Sets the value of the ' Encoding ' attribute. |
void |
ZSeriesTableSpace.setEncodingScheme(CCSIDType value)
Sets the value of the ' Encoding Scheme ' attribute. |
void |
ZSeriesDatabaseInstance.setEncodingScheme(CCSIDType value)
Sets the value of the ' Encoding Scheme ' attribute. |
Uses of CCSIDType in com.ibm.db.models.db2.zSeries.impl |
---|
Methods in com.ibm.db.models.db2.zSeries.impl that return CCSIDType | |
---|---|
CCSIDType |
ZSeriesFactoryImpl.createCCSIDTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
CCSIDType |
ZSeriesTableImpl.getEncoding()
|
CCSIDType |
ZSeriesTableSpaceImpl.getEncodingScheme()
|
CCSIDType |
ZSeriesDatabaseInstanceImpl.getEncodingScheme()
|
Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type CCSIDType | |
---|---|
void |
ZSeriesTableImpl.setEncoding(CCSIDType newEncoding)
|
void |
ZSeriesTableSpaceImpl.setEncodingScheme(CCSIDType newEncodingScheme)
|
void |
ZSeriesDatabaseInstanceImpl.setEncodingScheme(CCSIDType newEncodingScheme)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |