!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/lampp/share/doc/freetds-0.91/reference/   drwxr-xr-x
Free 13.98 GB of 61.93 GB (22.57%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     a00101.html (9.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
FreeTDS API: tds_dynamic Struct Reference

tds_dynamic Struct Reference

Holds information for a dynamic (also called prepared) query. More...

#include <tds.h>

List of all members.

Public Attributes

int emulated
 this dynamic query cannot be prepared so libTDS have to construct a simple query.
char id [30]
 id of dynamic.
struct tds_dynamicnext
 next in linked list, keep first
TDS_INT num_id
 numeric id for mssql7+
TDSPARAMINFOparams
 query parameters.
char * query
 saved query, we need to know original query if prepare is impossible
TDSPARAMINFOres_info
 query results

Detailed Description

Holds information for a dynamic (also called prepared) query.


Member Data Documentation

this dynamic query cannot be prepared so libTDS have to construct a simple query.

This can happen for instance is tds protocol doesn't support dynamics or trying to prepare query under Sybase that have BLOBs as parameters.

char tds_dynamic::id[30]

id of dynamic.

Usually this id correspond to server one but if not specified is generated automatically by libTDS

query parameters.

Mostly used executing query however is a good idea to prepare query again if parameter type change in an incompatible way (ie different types or larger size). Is also better to prepare a query knowing parameter types earlier.


The documentation for this struct was generated from the following file:
  • /home/jklowden/releases/freetds-0.91/include/tds.h
Generated on Wed Aug 17 22:22:36 2011 for FreeTDS API by  doxygen 1.6.3

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.9639 ]--