Class SQLServerDataStoreFactory

    • Field Detail

      • INTSEC

        public static final DataAccessFactory.Param INTSEC
        parameter for using integrated security, only works on windows, ignores the user and password parameters, the current windows user account is used for login
      • GEOMETRY_METADATA_TABLE

        public static final DataAccessFactory.Param GEOMETRY_METADATA_TABLE
        Metadata table providing information about primary keys *
      • NATIVE_SERIALIZATION

        public static final DataAccessFactory.Param NATIVE_SERIALIZATION
        parameter for using WKB or Sql server binary directly. Setting to true will use WKB
      • FORCE_SPATIAL_INDEX

        public static final DataAccessFactory.Param FORCE_SPATIAL_INDEX
        parameter for forcing the usage of spatial indexes in queries via sql hints
      • TABLE_HINTS

        public static final DataAccessFactory.Param TABLE_HINTS
        parameter for forcing the usage of spatial indexes in queries via sql hints
    • Constructor Detail

      • SQLServerDataStoreFactory

        public SQLServerDataStoreFactory()