Class DbColumn
java.lang.Object
org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeTestableBase
org.eclipse.persistence.tools.oracleddl.metadata.FieldType
org.eclipse.persistence.tools.dbws.jdbc.DbColumn
- All Implemented Interfaces:
Cloneable,CompositeDatabaseType,DatabaseType,DatabaseTypeCompositeTestable,DatabaseTypeScalarTestable,DatabaseTypeVisitable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Stringprotected Stringprotected booleanFields inherited from class org.eclipse.persistence.tools.oracleddl.metadata.FieldType
enclosedType, fieldName, notNull, pk -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisUnique()voidsetJDBCType(int jdbcType) voidsetJDBCTypeName(String jdbcTypeName) voidsetPkConstraintName(String pkConstraintName) voidsetUnique(boolean unique) toString()Methods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.FieldType
accept, clone, getEnclosedType, getFieldName, getTypeName, isComposite, isDbTableType, isFieldType, isObjectTableType, isObjectType, isPLSQLCollectionType, isPLSQLCursorType, isPLSQLRecordType, isPLSQLSubType, isResolved, isTableType, isVArrayType, notNull, pk, setEnclosedType, setNotNull, setPk, setTypeName, shortName, unSetNotNull, unSetPkMethods inherited from class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeTestableBase
isArgumentType, isBinaryType, isBlobType, isCharType, isClobType, isDecimalType, isDoubleType, isFloatType, isFunctionType, isIntervalDayToSecond, isIntervalYearToMonth, isLongRawType, isLongType, isNCharType, isNClobType, isNumericType, isNVarChar2Type, isPLSQLType, isPrecisionType, isProcedureType, isRawType, isRealType, isROWTYPEType, isScalar, isSizedType, isTimeStampType, isTYPEType, isURowIdType, isVarChar2Type, isVarCharTypeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeCompositeTestable
isArgumentType, isFunctionType, isPLSQLType, isProcedureType, isROWTYPEType, isTYPETypeMethods inherited from interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeScalarTestable
isBinaryType, isBlobType, isCharType, isClobType, isDecimalType, isDoubleType, isFloatType, isIntervalDayToSecond, isIntervalYearToMonth, isLongRawType, isLongType, isNCharType, isNClobType, isNumericType, isNVarChar2Type, isPrecisionType, isRawType, isRealType, isScalar, isSizedType, isTimeStampType, isURowIdType, isVarChar2Type, isVarCharType
-
Field Details
-
jdbcType
protected int jdbcType -
jdbcTypeName
-
pkConstraintName
-
unique
protected boolean unique
-
-
Constructor Details
-
DbColumn
-
-
Method Details