• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:statement

47                             statement to be passed to the ODBC driver
558 \docparam{pSqlStmt}{Pointer to the select statement portion of the CREATE
559 VIEW statement. Must be a complete, valid SQL SELECT statement.}
627 \docparam{aHstmt}{Handle to the ODBC statement being executed against. Pass
640 in the return statement of a code block in the event of a failure to
678 // Execute the drop table statement
741 \docparam{pSqlStmt}{Pointer to the SQL statement to be executed.}
750 SQL statement against the datasource. This allows you to extend the class
751 library by being able to issue any SQL statement that the datasource is capable
968 Returns the ODBC statement handle associated with this database connection.
1013 \docparam{AHstmt}{{\it OPTIONAL.}A handle to the ODBC statement being executed
1393 marks around the name to allow it to be properly included in a SQL statement
1400 before including the column name in a SQL statement}
1415 marks around the name to allow it to be properly included in a SQL statement
1422 before including the table name in a SQL statement}
2162 Constructs the full SQL statement that can be used to delete all rows matching
2167 \docparam{pSqlStmt}{Pointer to buffer for the SQL statement retrieved. To be
2168 sure you have adequate space allocated for the SQL statement, allocate
2170 \docparam{typeOfDel}{The type of delete statement being performed. Can be one
2178 This member function constructs a SQL DELETE statement. This can be used for
2179 debugging purposes if you are having problems executing your SQL statement.
2190 Constructs the full SQL statement that can be used to select all rows matching
2196 statements are included in the list of columns returned by the SQL statement
2201 \docparam{pSqlStmt}{Pointer to storage for the SQL statement retrieved. To be
2202 sure you have adequate space allocated for the SQL statement, allocate
2204 \docparam{typeOfSelect}{The type of select statement being performed. Can be
2211 This member function constructs a SQL SELECT statement. This can be used for
2212 debugging purposes if you are having problems executing your SQL statement.
2224 Constructs the full SQL statement that can be used to update all rows matching
2233 statements are included in the list of columns updated by the SQL statement
2235 as being non-updateable will be excluded from the SQL UPDATE statement created
2240 \docparam{pSqlStmt}{Pointer to storage for the SQL statement retrieved. To be
2241 sure you have adequate space allocated for the SQL statement, allocate
2243 \docparam{typeOfUpdate}{The type of update statement being performed. Can be one
2250 This member function allows you to see what the SQL UPDATE statement looks like
2252 you are having problems executing your SQL statement.
2265 Constructs the portion of a SQL statement which would follow the word 'WHERE'
2266 in a SQL statement to be passed to the datasource. The returned string
2271 \docparam{pWhereClause}{Pointer to storage for the SQL statement retrieved.
2272 To be sure you have adequate space allocated for the SQL statement, allocate
2300 When the keywords "FOR UPDATE" are included as part of your SQL SELECT statement,
2330 you are passing in the SQL SELECT statement,
2333 always the last column in the column list in your SQL SELECT statement.
2339 The decision to include the ROWID in your SQL SELECT statement must be
3176 constructs the insert statement that is to be used for inserting data as a new
3344 SQL SELECT statement passed to the function.
3348 \docparam{pSqlStmt}{Pointer to the SQL SELECT statement to be executed.}
3353 function allows a programmer to write their own custom SQL SELECT statement
3359 The requirements of the SELECT statement are the following:
3364 the wxDbTable object. The SELECT statement must return exactly
3370 definitions to be a float, the SELECT statement must return a
3373 \item The ROWID can be included in your SELECT statement as the {\bf last}
3378 the ROWID in the SELECT statement.
3382 statement, only the base table associated with this wxDbTable object
3391 \helpref{wxDbTable::Update}{wxdbtableupdate} function passing a SQL statement.
3405 // Query the records using the SQL SELECT statement above
3900 are bound to the columns. The actual SQL statement to perform the update
3904 updating records in the database. Write any valid SQL UPDATE statement and
3906 performed using the full power of the SQL dialect. The full SQL statement
3916 \docparam{pSqlStmt}{Pointer to SQL UPDATE statement to be executed.}