actualArgumentCount method

int actualArgumentCount(
  1. SqlInvocation call
)

Implementation

int actualArgumentCount(SqlInvocation call) {
  return call.expandParameters().length;
}