pub rstoetter cSmartSqlStatement cSmartSqlStatement - rstoetter/csmartsqlstatement-php GitHub Wiki

rstoetter\cSmartSqlStatement\cSmartSqlStatement - of API Reference pub

  • Class name: cSmartSqlStatement
  • Namespace: rstoetter\cSmartSqlStatement

properties of class cSmartSqlStatement


methods of class cSmartSqlStatement


      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddField(string $new_field)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddGroupByClause(string $str_clause)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddHavingClause(string $str_having)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddOrderByClause(string $str_clause)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddTable(string $table_name)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddWhereClause(string $str_clause)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::Dump(boolean $ausgiebig)
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetField(integer $index)
      public  integer rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFieldCount()
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFields(array $ary)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFieldsAsString(string $str)
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFirstTableName()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetGroupByClause()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetHavingClause()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetLimitClause()
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetLimits(string $from, string $count)
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetLimitsClause()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetOrderByClause()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetStatement()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetStatementHTML(\rstoetter\cSmartSqlStatement\string $msg)
      public  array rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetTableAliases()
      public  integer rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetTableCount()
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetTableDeclaration(\rstoetter\cSmartSqlStatement\int $index)
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetTableNameClause()
      public  array rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetTableNames(boolean $remove_AS)
      public  string rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetWhereClause()
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::IsDistinct()
      public  boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::IsExtraOption(string $extra_option)
      public  boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::IsFieldAlias(string $identifier)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::RemoveWhereClause()
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::Reset(string $query_type)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanStatement(string $sql_statement, string|null $query_type)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetDebugLevel(integer $level)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetDistinct()
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetExtra(string $extra)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetExtraIdentifier(string $str)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetExtraStartIdentifier(string $str)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetFields(mixed $ary)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetGroupByClause(string $str_group_by)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetHavingClause(string $str_having)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetLimitClause(mixed $ary)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetLimits(string $from, string $count)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetOrderByClause(string $str_order_by)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetTableNames(mixed $ary)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetWhereClause(string $str_where)
      public  static  boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::StringFoundIn(string $cmp)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::_construct(string $sql_type)
      public  mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::_destruct()