전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
예 1. relevant mysql statements
mysql-befehle mit mysql_info()
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
ocicommit() 함수는 오라클 접속 인수인 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 커밋한다.
ocicommit() schreibt alle datenbankänderungen seit dem letzten implizit oder explizitem commit der verbindungskennung fest.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
ocirollback() 함수는 오라클 접속 인수 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 롤백 처리한다.
mit der verbindungskennung legt man die datenbankverbindung fest, für welche diese aktion gelten soll.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
see also: odbc_prepare() and odbc_execute() for multiple execution of sql statements.
zurück
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.
das ermöglicht ihnen völlige flexibilität bei der bedingten ausführung verschiedenster programmteile.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
like with the if statement, you can group multiple statements within the same while loop by surrounding a group of statements with curly braces, or by using the alternate syntax:
while (ausdr):
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
mysql_info() returns a string for all statements listed below. for all other false. the string format depends on the given statement.
beispiel 1.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
you can put multiple php statements inside a php tag and create little blocks of code that do more than just a single echo. for example, if we wanted to check for internet explorer we could do something like this:
wenn sie c oder eine andere sprache, die die obige syntax benutzt, nicht gut genug kennen, dann sollten sie sich ein buch mit einer php-einführung besorgen und die ersten kapitel lesen.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
for "immediate" statements, the number of affected rows is saved for retrieval by the sesam_affected_rows() function.
sesam_seek_next) und den scrolling offset, der entweder einmal durch sesam_seek_row() oder bei jedem lesen einer zeile mit sesam_fetch_row().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows()
siehe auch: ifx_prepare().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
a very common type of expressions are comparison expressions. these expressions evaluate to either 0 or 1, meaning false or true (respectively). php supports (bigger than), = (bigger than or equal to), == (equal), != (not equal), (smaller than) and = (smaller than or equal to). these expressions are most commonly used inside conditional execution, such as if statements.
es gibt einen weiteren ausdruck, der ihnen vielleicht seltsam vorkommt, wenn sie ihn bisher noch in keiner programmiersprache kennengelernt haben, den dreifach konditionalen operator:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: