Class JsonJdbcSchema

    • Field Detail

      • jdbcDriver

        public java.lang.String jdbcDriver
        The name of the JDBC driver class.

        Optional. If not specified, uses whichever class the JDBC DriverManager chooses.

      • sqlDialectFactory

        public java.lang.String sqlDialectFactory
        The FQN of the SqlDialectFactory implementation.

        Optional. If not specified, uses whichever class the JDBC DriverManager chooses.

      • jdbcUrl

        public java.lang.String jdbcUrl
        JDBC connect string, for example "jdbc:mysql://localhost/foodmart".

        Optional.

      • jdbcUser

        public java.lang.String jdbcUser
        JDBC user name.

        Optional.

      • jdbcPassword

        public java.lang.String jdbcPassword
        JDBC connect string, for example "jdbc:mysql://localhost/foodmart".

        Optional.

      • jdbcCatalog

        public java.lang.String jdbcCatalog
        Name of the initial catalog in the JDBC data source.

        Optional.

      • jdbcSchema

        public java.lang.String jdbcSchema
        Name of the initial schema in the JDBC data source.

        Optional.

    • Constructor Detail

      • JsonJdbcSchema

        public JsonJdbcSchema()