Home
last modified time | relevance | path

Searched refs:is_autoincrement (Results 1 – 4 of 4) sorted by relevance

/dports/databases/vfront/vfront-0.96c/
H A Dimport.php542 $is_autoincrement = is_autoincrement($nome_tab,$PK_tab);
657 else if($is_autoincrement && !$only_sql){
H A Drpc.php85 if(is_autoincrement($_GET['action'],$PK_tab)){
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/
H A Ddb_sql_codegen.h77 int is_autoincrement; member
/dports/databases/vfront/vfront-0.96c/inc/
H A Dfunc.frontend.php872 function is_autoincrement($table,$field){ function