コード例 #1
0
 public static void SetStartTime(FPQueryExpressionRef inRef, FPLong inTime)
 {
     SDK.FPQueryExpression_SetStartTime(inRef, inTime);
     SDK.CheckAndThrowError();
 }
コード例 #2
0
 public static void DeselectField(FPQueryExpressionRef inRef, string inFieldName)
 {
     SDK.FPQueryExpression_DeselectField8(inRef, inFieldName);
     SDK.CheckAndThrowError();
 }
コード例 #3
0
 public static void Close(FPQueryExpressionRef inRef)
 {
     SDK.FPQueryExpression_Close(inRef);
     SDK.CheckAndThrowError();
 }
コード例 #4
0
 public static extern FPInt FPQueryExpression_GetType(FPQueryExpressionRef inRef);
コード例 #5
0
 public static extern FPPoolQueryRef FPPoolQuery_Open(FPPoolRef inPoolRef, FPQueryExpressionRef inQueryExpressionRef);
コード例 #6
0
 public static extern void FPQueryExpression_SetType(FPQueryExpressionRef inRef, FPInt inType);
コード例 #7
0
 public static extern FPLong FPQueryExpression_GetEndTime(FPQueryExpressionRef inRef);
コード例 #8
0
 public static extern void FPQueryExpression_SetEndTime(FPQueryExpressionRef inRef, FPLong inTime);
コード例 #9
0
 public static extern void FPQueryExpression_Close(FPQueryExpressionRef inRef);
コード例 #10
0
 public static extern FPBool FPQueryExpression_IsFieldSelected8(FPQueryExpressionRef inRef, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(MarshalPtrToUtf8))] string inFieldName);
コード例 #11
0
 public static extern void FPQueryExpression_DeselectField8(FPQueryExpressionRef inRef, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(MarshalPtrToUtf8))] string inFieldName);
コード例 #12
0
 public static void SetType(FPQueryExpressionRef inRef, FPInt inType)
 {
     SDK.FPQueryExpression_SetType(inRef, inType);
     SDK.CheckAndThrowError();
 }