Skip to content

Commit ed54c27

Browse files
1 parent b401efd commit ed54c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/jdbc/reference/getfunctioncolumns-method-sqlserverdatabasemetadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ResultSet getFunctionColumns(java.lang.String catalog,
7373
|REMARKS|**String**|The comments about a column or a parameter.|
7474
|COLUMN_DEF|**String**|The default value of the column.<br /><br /> **Note:** This information is available with [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] and is JDBC driver-specific.|
7575
|SQL_DATA_TYPE|**smallint**|This column is the same as the **DATA_TYPE** column, except for the **datetime** and ISO **interval** data types.<br /><br /> **Note:** This information is available with [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] and is JDBC driver-specific.|
76-
|SQL_DATETIME_SUB|**smallint**|The **datetime** ISO **interval** subcode if the value of **SQL_DATA_TYPE** is **SQL_DATETIME** or **SQL_INTERVAL**. For data types other than **datetime** and ISO **interval**, this column is NULL.<br /><br /> **Note:**This information is available with [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] and is JDBC driver-specific.|
76+
|SQL_DATETIME_SUB|**smallint**|The **datetime** ISO **interval** subcode if the value of **SQL_DATA_TYPE** is **SQL_DATETIME** or **SQL_INTERVAL**. For data types other than **datetime** and ISO **interval**, this column is NULL.<br /><br /> **Note:** This information is available with [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] and is JDBC driver-specific.|
7777
|CHAR_OCTET_LENGTH|**int**|The maximum length of binary and character based parameters or columns. For other data types, it is NULL.|
7878
|ORDINAL_POSITION|**int**|For input and output parameters, it represents the position starting from 1.<br /><br /> For result set columns, it is the position of the column in the result set starting from 1.<br /><br /> For return value, it is 0.|
7979
|IS_NULLABLE|**String**|Determines the nullability of a parameter or column.<br /><br /> It can be one of the following values:<br /><br /> **YES**: The parameter or column can include NULL values.<br /><br /> **NO**: The parameter or column can not include NULL values.<br /><br /> Empty string (""): Unknown.|

0 commit comments

Comments
 (0)