Class ListDatabasesStatement (0.6.1)

public class ListDatabasesStatement implements LocalStatement

Inheritance

Object > ListDatabasesStatement

Implements

LocalStatement

Static Fields

LIST_DATABASES_SQL

public static final String LIST_DATABASES_SQL
Field Value
Type Description
String

Constructors

ListDatabasesStatement(ConnectionHandler connectionHandler)

public ListDatabasesStatement(ConnectionHandler connectionHandler)
Parameter
Name Description
connectionHandler ConnectionHandler

Methods

equals(Object other)

public boolean equals(Object other)
Parameter
Name Description
other Object
Returns
Type Description
boolean
Overrides

execute(Connection connection)

public StatementResult execute(Connection connection)

Executes the local statement and returns the result.

Parameter
Name Description
connection Connection
Returns
Type Description
StatementResult

getSql()

public String getSql()

Returns the static SQL string associated with this local statement.

Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides