# Packages

Package driver provides a standard database/sql compatible SQL driver for Hazelcast.

# Functions

NewStatement returns a new sql Statement with provided arguments You may define parameter placeholders in the Statement with the "?" character.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Error is a server-side error that is propagated to the client.
Statement represents an SQL Statement.

# Interfaces

ColumnMetadata SQL column metadata.
Result represents a query result.
Row represents an SQL result row.
RowMetadata represents SQL row metadata.
RowsIterator provides means to iterate over SQL statement result.
Service represents the SQL service.

# Type aliases

ColumnType SQL column type.
ExpectedResultType represents the expected statement result type.