Class DatabaseProperties
java.lang.Object
com.independentsoft.office.spreadsheet.connections.DatabaseProperties
The Class DatabaseProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the command.Gets the command type.Gets the connection.Gets the server command.voidsetCommand(String command)Sets the command.voidsetCommandType(CommandType commandType)Sets the command type.voidsetConnection(String connection)Sets the connection.voidsetServerCommand(String serverCommand)Sets the server command.toString()
-
Constructor Details
-
DatabaseProperties
public DatabaseProperties()Instantiates a new database properties.
-
-
Method Details
-
clone
-
toString
-
getCommand
Gets the command.- Returns:
- the command
-
setCommand
Sets the command.- Parameters:
command- the new command
-
getCommandType
Gets the command type.- Returns:
- the command type
-
setCommandType
Sets the command type.- Parameters:
commandType- the new command type
-
getConnection
Gets the connection.- Returns:
- the connection
-
setConnection
Sets the connection.- Parameters:
connection- the new connection
-
getServerCommand
Gets the server command.- Returns:
- the server command
-
setServerCommand
Sets the server command.- Parameters:
serverCommand- the new server command
-