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
Modifier and TypeFieldDescriptionprotected int
protected String
protected String
protected boolean
Fields inherited from class org.eclipse.persistence.tools.oracleddl.metadata.FieldType
enclosedType, fieldName, notNull, pk
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
isUnique()
void
setJDBCType
(int jdbcType) void
setJDBCTypeName
(String jdbcTypeName) void
setPkConstraintName
(String pkConstraintName) void
setUnique
(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, unSetPk
Methods 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, isVarCharType
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeCompositeTestable
isArgumentType, isFunctionType, isPLSQLType, isProcedureType, isROWTYPEType, isTYPEType
Methods 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