Class NVarChar2Type
java.lang.Object
org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeTestableBase
org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeBase
org.eclipse.persistence.tools.oracleddl.metadata.SizedType
org.eclipse.persistence.tools.oracleddl.metadata.VarCharType
org.eclipse.persistence.tools.oracleddl.metadata.VarChar2Type
org.eclipse.persistence.tools.oracleddl.metadata.NVarChar2Type
- All Implemented Interfaces:
Cloneable,DatabaseType,DatabaseTypeCompositeTestable,DatabaseTypeScalarTestable,ScalarDatabaseType,DatabaseTypeVisitable
-
Field Summary
FieldsFields inherited from class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
typeName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(DatabaseTypeVisitor visitor) booleanIndicates NVarChar2Type instanceMethods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.VarChar2Type
isVarChar2TypeMethods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.VarCharType
getDefaultSize, isVarCharTypeMethods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.SizedType
getSize, isSizedType, toStringMethods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
clone, getTypeName, isResolved, setTypeName, shortNameMethods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeTestableBase
isArgumentType, isBinaryType, isBlobType, isCharType, isClobType, isComposite, isDbTableType, isDecimalType, isDoubleType, isFieldType, isFloatType, isFunctionType, isIntervalDayToSecond, isIntervalYearToMonth, isLongRawType, isLongType, isNCharType, isNClobType, isNumericType, isObjectTableType, isObjectType, isPLSQLCollectionType, isPLSQLCursorType, isPLSQLRecordType, isPLSQLSubType, isPLSQLType, isPrecisionType, isProcedureType, isRawType, isRealType, isROWTYPEType, isScalar, isTableType, isTimeStampType, isTYPEType, isURowIdType, isVArrayTypeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseType
getTypeName, isResolved, setTypeName, shortNameMethods inherited from interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeCompositeTestable
isArgumentType, isComposite, isDbTableType, isFieldType, isFunctionType, isObjectTableType, isObjectType, isPLSQLCollectionType, isPLSQLCursorType, isPLSQLRecordType, isPLSQLSubType, isPLSQLType, isProcedureType, isROWTYPEType, isTableType, isTYPEType, isVArrayTypeMethods inherited from interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeScalarTestable
isBinaryType, isBlobType, isCharType, isClobType, isDecimalType, isDoubleType, isFloatType, isIntervalDayToSecond, isIntervalYearToMonth, isLongRawType, isLongType, isNCharType, isNClobType, isNumericType, isPrecisionType, isRawType, isRealType, isScalar, isTimeStampType, isURowIdType
-
Field Details
-
TYPENAME
- See Also:
-
-
Constructor Details
-
NVarChar2Type
public NVarChar2Type() -
NVarChar2Type
public NVarChar2Type(long size)
-
-
Method Details
-
isNVarChar2Type
public boolean isNVarChar2Type()Description copied from interface:DatabaseTypeScalarTestableIndicates NVarChar2Type instance- Specified by:
isNVarChar2Typein interfaceDatabaseTypeScalarTestable- Overrides:
isNVarChar2Typein classDatabaseTypeTestableBase
-
accept
- Specified by:
acceptin interfaceDatabaseType- Specified by:
acceptin interfaceDatabaseTypeVisitable- Overrides:
acceptin classVarChar2Type
-