Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2569407

Browse files
authored
Merge branch 'master' into release-apsmigration
2 parents 2aefd61 + 3418f27 commit 2569407

2,018 files changed

Lines changed: 67966 additions & 66186 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/connect/jdbc/reference/getint-method-int-sqlserverresultset.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,39 @@ caps.latest.revision: 9
1919
author: "MightyPen"
2020
ms.author: "genemi"
2121
manager: "jhubbard"
22+
ms.workload: "Inactive"
2223
---
2324
# getInt Method (int) (SQLServerResultSet)
2425
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
2526

26-
Retrieves the value of the designated column index in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.
27-
28-
## Syntax
29-
30-
```
31-
32-
public int getInt(int columnIndex)
33-
```
34-
35-
#### Parameters
36-
*columnIndex*
37-
38-
An **int** that indicates the column index.
39-
40-
## Return Value
41-
An **int** value.
42-
43-
## Exceptions
44-
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
45-
46-
## Remarks
47-
This getInt method is specified by the getInt method in the java.sql.ResultSet interface.
48-
49-
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
50-
51-
## See Also
52-
[getInt Method (SQLServerResultSet)](../../../connect/jdbc/reference/getint-method-sqlserverresultset.md)
53-
[SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md)
54-
[SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)
55-
56-
27+
Retrieves the value of the designated column index in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.
28+
29+
## Syntax
30+
31+
```
32+
33+
public int getInt(int columnIndex)
34+
```
35+
36+
#### Parameters
37+
*columnIndex*
38+
39+
An **int** that indicates the column index.
40+
41+
## Return Value
42+
An **int** value.
43+
44+
## Exceptions
45+
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
46+
47+
## Remarks
48+
This getInt method is specified by the getInt method in the java.sql.ResultSet interface.
49+
50+
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
51+
52+
## See Also
53+
[getInt Method (SQLServerResultSet)](../../../connect/jdbc/reference/getint-method-sqlserverresultset.md)
54+
[SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md)
55+
[SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)
56+
57+

docs/connect/jdbc/reference/getint-method-int.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,39 @@ caps.latest.revision: 10
1919
author: "MightyPen"
2020
ms.author: "genemi"
2121
manager: "jhubbard"
22+
ms.workload: "Inactive"
2223
---
2324
# getInt Method (int)
2425
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
2526

26-
Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter index.
27-
28-
## Syntax
29-
30-
```
31-
32-
public int getInt(int index)
33-
```
34-
35-
#### Parameters
36-
*index*
37-
38-
An **int** that indicates the parameter index.
39-
40-
## Return Value
41-
An **int** value.
42-
43-
## Exceptions
44-
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
45-
46-
## Remarks
47-
This getInt method is specified by the getInt method in the java.sql.CallableStatement interface.
48-
49-
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
50-
51-
## See Also
52-
[getInt Method (SQLServerCallableStatement)](../../../connect/jdbc/reference/getint-method-sqlservercallablestatement.md)
53-
[SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md)
54-
[SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)
55-
56-
27+
Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter index.
28+
29+
## Syntax
30+
31+
```
32+
33+
public int getInt(int index)
34+
```
35+
36+
#### Parameters
37+
*index*
38+
39+
An **int** that indicates the parameter index.
40+
41+
## Return Value
42+
An **int** value.
43+
44+
## Exceptions
45+
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
46+
47+
## Remarks
48+
This getInt method is specified by the getInt method in the java.sql.CallableStatement interface.
49+
50+
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
51+
52+
## See Also
53+
[getInt Method (SQLServerCallableStatement)](../../../connect/jdbc/reference/getint-method-sqlservercallablestatement.md)
54+
[SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md)
55+
[SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)
56+
57+

docs/connect/jdbc/reference/getint-method-java-lang-string-sqlserverresultset.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,39 @@ caps.latest.revision: 9
1919
author: "MightyPen"
2020
ms.author: "genemi"
2121
manager: "jhubbard"
22+
ms.workload: "Inactive"
2223
---
2324
# getInt Method (java.lang.String) (SQLServerResultSet)
2425
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
2526

26-
Retrieves the value of the designated column name in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.
27-
28-
## Syntax
29-
30-
```
31-
32-
public int getInt(java.lang.String columnName)
33-
```
34-
35-
#### Parameters
36-
*columnName*
37-
38-
A **String** that contains the column name.
39-
40-
## Return Value
41-
An **int** value.
42-
43-
## Exceptions
44-
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
45-
46-
## Remarks
47-
This getInt method is specified by the getInt method in the java.sql.ResultSet interface.
48-
49-
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
50-
51-
## See Also
52-
[getInt Method (SQLServerResultSet)](../../../connect/jdbc/reference/getint-method-sqlserverresultset.md)
53-
[SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md)
54-
[SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)
55-
56-
27+
Retrieves the value of the designated column name in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.
28+
29+
## Syntax
30+
31+
```
32+
33+
public int getInt(java.lang.String columnName)
34+
```
35+
36+
#### Parameters
37+
*columnName*
38+
39+
A **String** that contains the column name.
40+
41+
## Return Value
42+
An **int** value.
43+
44+
## Exceptions
45+
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
46+
47+
## Remarks
48+
This getInt method is specified by the getInt method in the java.sql.ResultSet interface.
49+
50+
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
51+
52+
## See Also
53+
[getInt Method (SQLServerResultSet)](../../../connect/jdbc/reference/getint-method-sqlserverresultset.md)
54+
[SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md)
55+
[SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)
56+
57+

docs/connect/jdbc/reference/getint-method-java-lang-string.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,39 @@ caps.latest.revision: 10
1919
author: "MightyPen"
2020
ms.author: "genemi"
2121
manager: "jhubbard"
22+
ms.workload: "Inactive"
2223
---
2324
# getInt Method (java.lang.String)
2425
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
2526

26-
Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter name.
27-
28-
## Syntax
29-
30-
```
31-
32-
public int getInt(java.lang.String sCol)
33-
```
34-
35-
#### Parameters
36-
*sCol*
37-
38-
A **String** that contains the parameter name.
39-
40-
## Return Value
41-
An **int** value.
42-
43-
## Exceptions
44-
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
45-
46-
## Remarks
47-
This getInt method is specified by the getInt method in the java.sql.CallableStatement interface.
48-
49-
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
50-
51-
## See Also
52-
[getInt Method (SQLServerCallableStatement)](../../../connect/jdbc/reference/getint-method-sqlservercallablestatement.md)
53-
[SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md)
54-
[SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)
55-
56-
27+
Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter name.
28+
29+
## Syntax
30+
31+
```
32+
33+
public int getInt(java.lang.String sCol)
34+
```
35+
36+
#### Parameters
37+
*sCol*
38+
39+
A **String** that contains the parameter name.
40+
41+
## Return Value
42+
An **int** value.
43+
44+
## Exceptions
45+
[SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md)
46+
47+
## Remarks
48+
This getInt method is specified by the getInt method in the java.sql.CallableStatement interface.
49+
50+
This method is supported only on [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] data types that can safely return an integer value such as int, smallint, tinyint, and bit. Using this method on any other data types will cause an exception to be thrown.
51+
52+
## See Also
53+
[getInt Method (SQLServerCallableStatement)](../../../connect/jdbc/reference/getint-method-sqlservercallablestatement.md)
54+
[SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md)
55+
[SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)
56+
57+

docs/connect/jdbc/reference/getint-method-sqlservercallablestatement.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ caps.latest.revision: 10
1919
author: "MightyPen"
2020
ms.author: "genemi"
2121
manager: "jhubbard"
22+
ms.workload: "Inactive"
2223
---
2324
# getInt Method (SQLServerCallableStatement)
2425
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
2526

26-
Retrieves the value of the designated parameter as an **int** in the Java programming language.
27-
28-
## Overload List
29-
30-
|Name|Description|
31-
|----------|-----------------|
32-
|[getInt (int)](../../../connect/jdbc/reference/getint-method-int.md)|Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter index.|
33-
|[getInt (java.lang.String)](../../../connect/jdbc/reference/getint-method-java-lang-string.md)|Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter name.|
34-
35-
## See Also
36-
[SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md)
37-
[SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)
38-
39-
27+
Retrieves the value of the designated parameter as an **int** in the Java programming language.
28+
29+
## Overload List
30+
31+
|Name|Description|
32+
|----------|-----------------|
33+
|[getInt (int)](../../../connect/jdbc/reference/getint-method-int.md)|Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter index.|
34+
|[getInt (java.lang.String)](../../../connect/jdbc/reference/getint-method-java-lang-string.md)|Retrieves the value of the designated parameter as an **int** in the Java programming language given the parameter name.|
35+
36+
## See Also
37+
[SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md)
38+
[SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)
39+
40+

docs/connect/jdbc/reference/getint-method-sqlserverresultset.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ caps.latest.revision: 8
1919
author: "MightyPen"
2020
ms.author: "genemi"
2121
manager: "jhubbard"
22+
ms.workload: "Inactive"
2223
---
2324
# getInt Method (SQLServerResultSet)
2425
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
2526

26-
Retrieves the value of the designated column in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.
27-
28-
## Overload List
29-
30-
|Name|Description|
31-
|----------|-----------------|
32-
|[getInt (int)](../../../connect/jdbc/reference/getint-method-int-sqlserverresultset.md)|Retrieves the value of the designated column index in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.|
33-
|[getInt (java.lang.String)](../../../connect/jdbc/reference/getint-method-java-lang-string-sqlserverresultset.md)|Retrieves the value of the designated column name in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.|
34-
35-
## See Also
36-
[SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md)
37-
[SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)
38-
39-
27+
Retrieves the value of the designated column in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.
28+
29+
## Overload List
30+
31+
|Name|Description|
32+
|----------|-----------------|
33+
|[getInt (int)](../../../connect/jdbc/reference/getint-method-int-sqlserverresultset.md)|Retrieves the value of the designated column index in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.|
34+
|[getInt (java.lang.String)](../../../connect/jdbc/reference/getint-method-java-lang-string-sqlserverresultset.md)|Retrieves the value of the designated column name in the current row of this [SQLServerResultSet](../../../connect/jdbc/reference/sqlserverresultset-class.md) object as an **int** in the Java programming language.|
35+
36+
## See Also
37+
[SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md)
38+
[SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)
39+
40+

0 commit comments

Comments
 (0)