diff --git a/doc/br/manual.html b/doc/br/manual.html index 06ab4f1..0e8f07c 100644 --- a/doc/br/manual.html +++ b/doc/br/manual.html @@ -14,7 +14,7 @@ -
LuaSQL
+
LuaSQL
Conectividade de banco de dados para a linguagem de programação Lua
@@ -139,16 +139,16 @@ env = luasql.jdbc ("com.mysql.jdbc.Driver")

Métodos

- + +

Conexão

@@ -171,43 +171,43 @@ o método environment:connect.

Métodos

- + +

Cursor

@@ -220,15 +220,15 @@ e Oracle.

Métodos

- +
cur:getcoltypes()
+
Retorna: uma tabela com os tipos das colunas. +
+

@@ -271,9 +272,9 @@ e Oracle.

Além das funcionalidades básicas oferecidas por todos os drivers (ver manual), o driver Postgres ainda oferece funcionalidades extras:

- + +

MySQL

@@ -295,14 +296,14 @@ e Oracle.

Além das funcionalidades básicas oferecidas por todos os drivers (ver manual), o driver MySQL ainda oferece uma funcionalidade extra:

- + +

Nota: Esse driver é compatível com a versão 4.0 e 4.1 (alpha) do MySQL API. Apenas as versões 4.1 oferecem suporte para transações que usam tabelas @@ -314,12 +315,12 @@ BDB ou INNODB. Com a versão 4.0 ou sem um desses tipos de tabelas, os m&e

Além das funcionalidades básicas oferecidas por todos os drivers (ver manual), o driver Oracle ainda oferece uma funcionalidade extra:

- + + @@ -328,7 +329,7 @@ BDB ou INNODB. Com a versão 4.0 ou sem um desses tipos de tabelas, os m&e

Valid XHTML 1.0!

- $Id: manual.html,v 1.2 2005/05/02 12:40:16 carregal Exp $ + $Id: manual.html,v 1.3 2005/05/22 18:51:52 tuler Exp $

diff --git a/doc/us/manual.html b/doc/us/manual.html index 9d917ea..7b0a320 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -14,7 +14,7 @@ -
LuaSQL
+
LuaSQL
Database connectivity for the Lua programming language
@@ -159,27 +159,27 @@ env = luasql.jdbc ("com.mysql.jdbc.Driver")

Methods

- +

Connection Objects

@@ -192,48 +192,48 @@ method.

Methods

- +

Cursor Objects

@@ -247,49 +247,51 @@ and Oracle extensions.

Methods

- +

@@ -298,21 +300,21 @@ Returns: a list (table) of column types.

Besides the basic functionality provided by all drivers (see manual), the Postgres driver also offers these extra features:

- +
cur:numrows()
+
See also: cursor objects
+ Returns: the number of rows in the query result.
+

MySQL Extensions

@@ -320,13 +322,13 @@ the Postgres driver also offers these extra features:

Besides the basic functionality provided by all drivers (see manual), the MySQL driver also offers these extra features:

- + Returns: a connection object +

Note: This driver is compatible to version 4.0 and 4.1 (alpha) of MySQL API. Only version 4.1 provides support for transactions by using @@ -341,11 +343,11 @@ methods commit, rollback and

Besides the basic functionality provided by all drivers (see manual), the Oracle driver also offers this extra feature:

- +
+
cur:numrows()
+
See also: cursor objects
+ Returns: the number of rows in the query result.
+
@@ -354,7 +356,7 @@ the Oracle driver also offers this extra feature:

Valid XHTML 1.0!

- $Id: manual.html,v 1.10 2005/03/22 22:47:24 tuler Exp $ + $Id: manual.html,v 1.11 2005/05/22 18:51:52 tuler Exp $