Constant Field Values

Contents

com.microsoft.*

  • com.microsoft.sqlserver.jdbc.Geography
    Modifier and Type Constant Field Value
    protected final byte FA_ARC 2
    protected final byte FA_COMPOSITE_CURVE 3
    protected final byte FA_EXTERIOR_RING 2
    protected final byte FA_INTERIOR_RING 0
    protected final byte FA_LINE 1
    protected final byte FA_POINT 0
    protected final byte FA_STROKE 1
  • com.microsoft.sqlserver.jdbc.Geometry
    Modifier and Type Constant Field Value
    protected final byte FA_ARC 2
    protected final byte FA_COMPOSITE_CURVE 3
    protected final byte FA_EXTERIOR_RING 2
    protected final byte FA_INTERIOR_RING 0
    protected final byte FA_LINE 1
    protected final byte FA_POINT 0
    protected final byte FA_STROKE 1
  • com.microsoft.sqlserver.jdbc.ISQLServerConnection
    Modifier and Type Constant Field Value
    public static final int TRANSACTION_SNAPSHOT 4096
  • com.microsoft.sqlserver.jdbc.ISQLServerEnclaveProvider
    Modifier and Type Constant Field Value
    public static final java.lang.String SDPE1 "EXEC sp_describe_parameter_encryption ?,?"
    public static final java.lang.String SDPE2 "EXEC sp_describe_parameter_encryption ?,?,?"
  • com.microsoft.sqlserver.jdbc.ISQLServerResultSet
    Modifier and Type Constant Field Value
    public static final int CONCUR_SS_OPTIMISTIC_CC 1008
    public static final int CONCUR_SS_OPTIMISTIC_CCVAL 1010
    public static final int CONCUR_SS_SCROLL_LOCKS 1009
    public static final int TYPE_SS_DIRECT_FORWARD_ONLY 2003
    public static final int TYPE_SS_SCROLL_DYNAMIC 1006
    public static final int TYPE_SS_SCROLL_KEYSET 1005
    public static final int TYPE_SS_SCROLL_STATIC 1004
    public static final int TYPE_SS_SERVER_CURSOR_FORWARD_ONLY 2004
  • com.microsoft.sqlserver.jdbc.SQLServerXAResource
    Modifier and Type Constant Field Value
    public static final int SSTRANSTIGHTLYCPLD 32768
  • com.microsoft.sqlserver.jdbc.StringUtils
    Modifier and Type Constant Field Value
    public static final java.lang.String EMPTY ""
    public static final java.lang.String SPACE " "

microsoft.sql.*