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
TypeDescription
String

Constructors

ListDatabasesStatement(ConnectionHandler connectionHandler)

public ListDatabasesStatement(ConnectionHandler connectionHandler)
Parameter
NameDescription
connectionHandlerConnectionHandler

Methods

equals(Object other)

public boolean equals(Object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
boolean
Overrides

execute(Connection connection)

public StatementResult execute(Connection connection)

Executes the local statement and returns the result.

Parameter
NameDescription
connectionConnection
Returns
TypeDescription
StatementResult

getSql()

public String getSql()

Returns the static SQL string associated with this local statement.

Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides