A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
예 1. relevant mysql statements
mysql-befehle mit mysql_info()
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
ocicommit() 함수는 오라클 접속 인수인 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 커밋한다.
ocicommit() schreibt alle datenbankänderungen seit dem letzten implizit oder explizitem commit der verbindungskennung fest.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
ocirollback() 함수는 오라클 접속 인수 connection 에 대해서 미결정된 모든 구문(outstanding statements)을 롤백 처리한다.
mit der verbindungskennung legt man die datenbankverbindung fest, für welche diese aktion gelten soll.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
see also: odbc_prepare() and odbc_execute() for multiple execution of sql statements.
zurück
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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):
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
mysql_info() returns a string for all statements listed below. for all other false. the string format depends on the given statement.
beispiel 1.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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().
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows()
siehe auch: ifx_prepare().
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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:
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade: