-
- All Superinterfaces:
Field
,Named
,ScalarTyped
,TokenTyped
public interface JDBCField extends Field
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getJDBCIndex()
int
getJDBCType()
String
getJDBCTypeName()
boolean
isJDBCTypeSupported()
-
Methods inherited from interface com.pervasive.datarush.types.Field
getDomain, getName, getProperties, getType, isPrimaryKey
-
-
-
-
Method Detail
-
getJDBCIndex
int getJDBCIndex()
-
getJDBCType
int getJDBCType()
-
getJDBCTypeName
String getJDBCTypeName()
-
isJDBCTypeSupported
boolean isJDBCTypeSupported()
-
-