Class SetNullableStatement

    • Constructor Detail

      • SetNullableStatement

        public SetNullableStatement​(String catalogName,
                                    String schemaName,
                                    String tableName,
                                    String columnName,
                                    String columnDataType,
                                    boolean nullable)
      • SetNullableStatement

        public SetNullableStatement​(String catalogName,
                                    String schemaName,
                                    String tableName,
                                    String columnName,
                                    String columnDataType,
                                    boolean nullable,
                                    String constraintName)
      • SetNullableStatement

        public SetNullableStatement​(String catalogName,
                                    String schemaName,
                                    String tableName,
                                    String columnName,
                                    String columnDataType,
                                    boolean nullable,
                                    String constraintName,
                                    Boolean validate)
    • Method Detail

      • getCatalogName

        public String getCatalogName()
      • getSchemaName

        public String getSchemaName()
      • getTableName

        public String getTableName()
      • getColumnName

        public String getColumnName()
      • getColumnDataType

        public String getColumnDataType()
      • isNullable

        public boolean isNullable()
      • getConstraintName

        public String getConstraintName()
      • isValidate

        public boolean isValidate()
      • setValidate

        public void setValidate​(boolean validate)