public class EdmReturnTypeImpl extends Object implements EdmReturnType
| Constructor and Description |
|---|
EdmReturnTypeImpl(Edm edm,
CsdlReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxLength() |
Integer |
getPrecision() |
Integer |
getScale() |
SRID |
getSrid() |
EdmType |
getType()
See
EdmType for more information about possible types. |
boolean |
isCollection() |
boolean |
isNullable() |
public EdmReturnTypeImpl(Edm edm, CsdlReturnType returnType)
public boolean isCollection()
isCollection in interface EdmTypedpublic boolean isNullable()
isNullable in interface EdmReturnTypepublic Integer getMaxLength()
getMaxLength in interface EdmReturnTypepublic Integer getPrecision()
getPrecision in interface EdmReturnTypepublic Integer getScale()
getScale in interface EdmReturnTypepublic SRID getSrid()
getSrid in interface EdmReturnTypeCopyright © 2023. All rights reserved.