Página 1 de 1

Documentador em IA

Enviado: 14 Mai 2024 15:11
por JoséQuintas
https://huggingface.co/chat/assistant/6 ... c1b3f94436

Tem limite de 7kb.

Mandei a declaração da minha classe ADO, SEM OS FONTES, o resultado foi este:
Here is the documentation for the ADOClass:

==== ADOClass ====
A class that provides a set of methods for working with ADO (ActiveX Data Objects) in Harbour.

DATAs
Cn | ADO connection object
Rs | ADO recordset object
cSQL | SQL query string
aQueryList | An array of query parameters
aWhereList | An array of where clause parameters
cMultiQueryTable | The table name for multi-query operations

METHODs
AbsolutePosition | Returns the absolute position of the recordset
AddNew | Adds a new record to the recordset
Append | Appends a record to the recordset
Close | Closes the ADO connection
CloseConnection | Closes the ADO connection
CloseRecordset | Closes the recordset
DatabaseList | Returns a list of available databases
Date | Returns the value of a date field
DBFQueryExecuteInsert | Executes an insert query on a DBF table
DBFQueryExecuteUpdate | Executes an update query on a DBF table
Destroy | Destructor method
Execute | Executes a SQL query and returns a recordset
ExecuteNoReturn | Executes a SQL query without returning a recordset
ExecuteProcedure | Executes a stored procedure
ExecuteProcedureNoReturn | Executes a stored procedure without returning a recordset
ExecuteReturnRS | Executes a SQL query and returns a recordset
ExecuteReturnValue | Executes a SQL query and returns a value
FieldExists | Checks if a field exists in a table
FieldList | Returns a list of fields in a table
FieldSQL | Returns the SQL for a field
Fields | Returns the fields of the recordset
Filter | Sets a filter on the recordset
Find | Finds a record in the recordset
FCount | Returns the number of fields in the recordset
FDec | Returns the decimal places of a field
FLen | Returns the length of a field
FName | Returns the name of a field
FStru | Returns the structure of a field
FType | Returns the type of a field
GetRows | Returns an array of records from the recordset
IndexExists | Checks if an index exists in a table
IndexList | Returns a list of indexes in a table
Move | Moves the recordset to a specific position
MoveFirst | Moves the recordset to the first record
MoveLast | Moves the recordset to the last record
MoveNext | Moves the recordset to the next record
MovePrevious | Moves the recordset to the previous record
MultiQueryAdd | Adds a parameter to a multi-query
MultiQueryCreate | Creates a multi-query
MultiQueryExecuteInsert | Executes an insert query on a multi-query
New | Initializes a new ADO connection
Number | Returns the value of a numeric field
Open | Opens the ADO connection
QueryAdd | Adds a parameter to a query
QueryCreate | Creates a query
QueryExecuteInsert | Executes an insert query
QueryExecuteUpdate | Executes an update query
Requery | Requeries the recordset
ResetFilter | Resets the filter on the recordset
ReturnFunction | Returns a value from a query
RsCreate | Creates a recordset
Sort | Sets the sort order of the recordset
SQLToDbf | Converts a SQL query to a DBF query
String | Returns the value of a string field
TableExists | Checks if a table exists
TableList | Returns a list of tables in a database
TableRecCount | Returns the number of records in a table
Update | Updates a record in the recordset
Value | Returns the value of a field
Pois é... só usar a cabeça... bastar ver os nomes e já sabe o resultado.
Lógico, isso seria normal pra programadores, mas a IA tá fazendo isso.


Por falar nisso.... parece que sumiu o outro post de ajuda em código fonte.....