Initial commit
This commit is contained in:
12
samples/ado/CommandTypeEnum.java
Normal file
12
samples/ado/CommandTypeEnum.java
Normal file
@@ -0,0 +1,12 @@
|
||||
// Enum: CommandTypeEnum
|
||||
|
||||
public interface CommandTypeEnum
|
||||
{
|
||||
public static final int adCmdUnspecified = -1;
|
||||
public static final int adCmdUnknown = 8;
|
||||
public static final int adCmdText = 1;
|
||||
public static final int adCmdTable = 2;
|
||||
public static final int adCmdStoredProc = 4;
|
||||
public static final int adCmdFile = 256;
|
||||
public static final int adCmdTableDirect = 512;
|
||||
}
|
||||
Reference in New Issue
Block a user