bound variable
常见例句
- Data from the bound variable is retrieved only during the execution of the SQL statement.
衹有在 SQL 語句的執行期間才會檢索綁定的標量。 - The ResultSet allows you to iterate over each QuerySolution returned by the query, providing access to each bound variable's value.
ResultSet 支持在查詢返廻的每個 QuerySolution 上進行疊代,這提供了對每個綁定變量值的訪問。 - Note in the evaluation, if the pattern is a bound variable, or the element of the pattern is a bound variable, then the result of the pattern match becomes a comparison.
注意,如果模式是綁定的變量,或者模式的元素是綁定的變量,那麽模式匹配的結果就會變成比較。 - Just to remind you what it does, we bound x to some value, we set up an initial variable called ANS or answer, answer and then we run through a little loop.
記住你要做些什麽,我們給x賦一個值,我們建立一個初始變量,命名爲ANS或者。
麻省理工公開課 - 計算機科學及編程導論課程節選 - And that shows you one other nice little thing we want to do, which is if I look in this code notice I set up a variable up here called false Solution Found, initially bound to false.
這顯示了我們想要做的另一件事,那就是我在這段代碼中設置了一個,名爲Solution,Found的變量,初始值設爲。
麻省理工公開課 - 計算機科學及編程導論課程節選 返回 bound variable