xebialabs-community/xld-sybase-plugin

View on GitHub
src/main/resources/synthetic.xml

Summary

Maintainability
Test Coverage
<?xml version='1.0' encoding='UTF-8'?>
<!--
Copyright 2023 XEBIALABS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<synthetic xmlns="http://www.xebialabs.com/deployit/synthetic" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.xebialabs.com/deployit/synthetic synthetic.xsd">
    <type type="sql.SybaseClient" extends="sql.SqlClient" description="Sybase ISQL client">
        <property name="SybaseClientTestScript"  hidden="true" default="sql/SybaseClientTest" />
        <property name="clientWrapperScript" hidden="true" default="sql/SybaseClient" />
        <property name="username" required="false" description="The Sybase Database user name to use, leave empty if set in the sql.SqlScripts deployable configuration" />
        <property name="password" required="false" password="true" description="The Sybase Database password to use, leave empty if set in the sql.SqlScripts deployable configuration" />
        <property name="additionalOptions" required="false" size="medium" description="Specify additional options to be passed to the command-line" />
        <property name="sybHome" description="The $SYBASE location of Sybase applications, such as Open Client and Open Server" />
        <property name="sybOcs" description="The $SYBASE_OCS directory that contains the Open Client installation" />
        <property name="dbName" description="The Sybase Database to connect to" />
        <property name="address" description="The Sybase Database Hostname or TCP/IP address" default="localhost" />
        <property name="port" description="The Sybase Database TCP/IP Port" />
        <method name="SybaseClientTest" label="Test Sybase client" description="Test Sybase client installation"/>
    </type>
</synthetic>